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:
David G Yu 2020-03-09 13:07:26 -07:00 committed by David G Yu
parent 4c1889137f
commit 74eb94deb5

View File

@ -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