mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
Removed linking with unnecessary TBB libraries
We no longer search for or link with several TBB libraries which are not used by this code base. Specifically, we no longer link with tbbmalloc, tbbmalloc_debug, tbbmalloc_proxy tbbmalloc_proxy_debug, tbb_preview, and tbb_preview_debug.
This commit is contained in:
parent
4c1889137f
commit
74eb94deb5
@ -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