Skip to content

Commit d5ec421

Browse files
authored
Merge pull request #971 from modwizcode/fix-tbb-macos
cmake: properly include TBB libraries.
2 parents c4e47ba + 03074cd commit d5ec421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if(PROFILER)
257257
list(APPEND EXTRA_LIB_DEPS profiler)
258258
endif()
259259
if(TBB_FOUND)
260-
list(APPEND EXTRA_LIB_DEPS tbb)
260+
list(APPEND EXTRA_LIB_DEPS TBB::tbb)
261261
endif()
262262

263263
foreach (family ${ARCH})

0 commit comments

Comments
 (0)