Skip to content
Snippets Groups Projects
Commit cbfa200a authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Patch fixing configuration issues with TBB by client projects

parent 95c200d8
No related branches found
No related tags found
1 merge request!554Upgrade ACTS to version 3.0.0
Pipeline #2116694 passed
--- DD4hepConfig.cmake.in.orig 2020-10-05 16:44:58.000000000 +0200
+++ cmake/DD4hepConfig.cmake.in 2020-11-23 12:31:21.944618088 +0100
@@ -73,5 +73,5 @@
if(DD4HEP_USE_TBB)
MESSAGE(STATUS "@CMAKE_PROJECT_NAME@ uses TBB")
- find_dependency(TBB REQUIRED)
+ find_dependency(TBB REQUIRED CONFIG)
endif()
if(NOT CMAKE_PROJECT_NAME STREQUAL @CMAKE_PROJECT_NAME@)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment