mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +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()
|
||||
|
||||
# List library files
|
||||
foreach(TBB_LIB tbb tbb_debug
|
||||
tbbmalloc tbbmalloc_debug
|
||||
tbbmalloc_proxy tbbmalloc_proxy_debug
|
||||
tbb_preview tbb_preview_debug)
|
||||
|
||||
foreach(TBB_LIB tbb tbb_debug)
|
||||
|
||||
find_library(TBB_${TBB_LIB}_LIBRARY
|
||||
NAMES
|
||||
|
Loading…
Reference in New Issue
Block a user