Merge pull request #971 from modwizcode/fix-tbb-macos
cmake: properly include TBB libraries.
This commit is contained in:
commit
d5ec421d98
@ -257,7 +257,7 @@ if(PROFILER)
|
|||||||
list(APPEND EXTRA_LIB_DEPS profiler)
|
list(APPEND EXTRA_LIB_DEPS profiler)
|
||||||
endif()
|
endif()
|
||||||
if(TBB_FOUND)
|
if(TBB_FOUND)
|
||||||
list(APPEND EXTRA_LIB_DEPS tbb)
|
list(APPEND EXTRA_LIB_DEPS TBB::tbb)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach (family ${ARCH})
|
foreach (family ${ARCH})
|
||||||
|
Loading…
Reference in New Issue
Block a user