Skip to content
Snippets Groups Projects
Commit 7fd14341 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

set TBB_LIBRARIES also when TBBConfig.cmake is used

parent 557f8d56
No related branches found
No related tags found
No related merge requests found
Pipeline #2585089 passed
......@@ -95,6 +95,8 @@ unset(_tbb_find_quiet)
unset(_tbb_find_components)
unset(_tbb_find_optional_components)
if (TBB_FOUND)
# Ensure TBB_LIBRARIES is set (for backward compatibility)
set(TBB_LIBRARIES TBB:tbb)
return ()
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment