Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Commits
cbfa200a
Commit
cbfa200a
authored
4 years ago
by
Gerardo Ganis
Browse files
Options
Downloads
Patches
Plain Diff
Patch fixing configuration issues with TBB by client projects
parent
95c200d8
No related branches found
No related tags found
1 merge request
!554
Upgrade ACTS to version 3.0.0
Pipeline
#2116694
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/patches/DD4hep-01.14.01.patch
+11
-0
11 additions, 0 deletions
projects/patches/DD4hep-01.14.01.patch
with
11 additions
and
0 deletions
projects/patches/DD4hep-01.14.01.patch
0 → 100644
+
11
−
0
View file @
cbfa200a
--- 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@)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment