Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/tasking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ELSEIF (TASKING_TBB)
ADD_LIBRARY(tasking STATIC taskschedulertbb.cpp)

if (TARGET TBB::${EMBREE_TBB_COMPONENT})
message("-- TBB: reuse existing TBB::${TBB_COMPONENT} target")
message("-- TBB: reuse existing TBB::${EMBREE_TBB_COMPONENT} target")
TARGET_LINK_LIBRARIES(tasking PUBLIC TBB::${EMBREE_TBB_COMPONENT})
else()
# Try getting TBB via config first
Expand Down
Loading