mirror of https://github.com/YosysHQ/nextpnr.git
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)
|
||||
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