Merge pull request #1186 from davidgyu/dev_tbb_dependency_fix

Removed linking with unnecessary TBB libraries
This commit is contained in:
Pol 2020-03-09 20:24:11 -04:00 committed by GitHub
commit 8ebaeaf8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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