Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Mazurek
Gaudi
Commits
7fd14341
Commit
7fd14341
authored
May 08, 2021
by
Marco Clemencic
Browse files
set TBB_LIBRARIES also when TBBConfig.cmake is used
parent
557f8d56
Pipeline
#2585089
passed with stages
in 18 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FindTBB.cmake
View file @
7fd14341
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment