Skip to content

Commit

Permalink
Merge pull request #971 from modwizcode/fix-tbb-macos
Browse files Browse the repository at this point in the history
cmake: properly include TBB libraries.
  • Loading branch information
gatecat committed Apr 6, 2022
2 parents c4e47ba + 03074cd commit d5ec421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit d5ec421

Please sign in to comment.