cmake: properly include TBB libraries.
This commit is contained in:
parent
c4e47ba1a8
commit
03074cdbc2
@ -257,7 +257,7 @@ if(PROFILER)
|
||||
list(APPEND EXTRA_LIB_DEPS profiler)
|
||||
endif()
|
||||
if(TBB_FOUND)
|
||||
list(APPEND EXTRA_LIB_DEPS tbb)
|
||||
list(APPEND EXTRA_LIB_DEPS TBB::tbb)
|
||||
endif()
|
||||
|
||||
foreach (family ${ARCH})
|
||||
|
Loading…
Reference in New Issue
Block a user