Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
1ef16df4
Commit
1ef16df4
authored
4 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
CMAKE: DD4hepConfig: make sure we use PackageConfig.cmake files where we must
parent
61d3b187
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/DD4hepConfig.cmake.in
+3
-3
3 additions, 3 deletions
cmake/DD4hepConfig.cmake.in
with
3 additions
and
3 deletions
cmake/DD4hepConfig.cmake.in
+
3
−
3
View file @
1ef16df4
...
...
@@ -60,18 +60,18 @@ if(DD4HEP_USE_GEANT4)
DD4HEP_SETUP_GEANT4_TARGETS()
endif()
FIND_DEPENDENCY(ROOT REQUIRED)
FIND_DEPENDENCY(ROOT REQUIRED
CONFIG
)
DD4HEP_SETUP_ROOT_TARGETS()
if(DD4HEP_USE_LCIO)
MESSAGE(STATUS "@CMAKE_PROJECT_NAME@ uses LCIO")
find_dependency(LCIO REQUIRED)
find_dependency(LCIO REQUIRED
CONFIG
)
DD4HEP_SETUP_LCIO_TARGETS()
endif()
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