mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-02 00:00:07 +00:00
Merge pull request #1186 from davidgyu/dev_tbb_dependency_fix
Removed linking with unnecessary TBB libraries
This commit is contained in:
commit
8ebaeaf8ee
@ -106,11 +106,7 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# List library files
|
# List library files
|
||||||
foreach(TBB_LIB tbb tbb_debug
|
foreach(TBB_LIB tbb tbb_debug)
|
||||||
tbbmalloc tbbmalloc_debug
|
|
||||||
tbbmalloc_proxy tbbmalloc_proxy_debug
|
|
||||||
tbb_preview tbb_preview_debug)
|
|
||||||
|
|
||||||
|
|
||||||
find_library(TBB_${TBB_LIB}_LIBRARY
|
find_library(TBB_${TBB_LIB}_LIBRARY
|
||||||
NAMES
|
NAMES
|
||||||
|
Loading…
Reference in New Issue
Block a user