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
0925dbc2
Commit
0925dbc2
authored
5 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
DD4hepConfig: tweak messages
parent
a91fd332
No related branches found
Branches containing commit
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
+2
-1
2 additions, 1 deletion
cmake/DD4hepConfig.cmake.in
with
2 additions
and
1 deletion
cmake/DD4hepConfig.cmake.in
+
2
−
1
View file @
0925dbc2
...
@@ -48,6 +48,7 @@ FIND_PACKAGE(Boost REQUIRED)
...
@@ -48,6 +48,7 @@ FIND_PACKAGE(Boost REQUIRED)
DD4HEP_SETUP_BOOST_TARGETS()
DD4HEP_SETUP_BOOST_TARGETS()
if(DD4HEP_USE_GEANT4)
if(DD4HEP_USE_GEANT4)
MESSAGE(STATUS "DD4hep uses Geant4")
find_package(Geant4 10.2.2 REQUIRED gdml ui_all vis_all)
find_package(Geant4 10.2.2 REQUIRED gdml ui_all vis_all)
DD4HEP_SETUP_GEANT4_TARGETS()
DD4HEP_SETUP_GEANT4_TARGETS()
endif()
endif()
...
@@ -56,6 +57,7 @@ FIND_PACKAGE(ROOT REQUIRED)
...
@@ -56,6 +57,7 @@ FIND_PACKAGE(ROOT REQUIRED)
DD4HEP_SETUP_ROOT_TARGETS()
DD4HEP_SETUP_ROOT_TARGETS()
if(DD4HEP_USE_LCIO)
if(DD4HEP_USE_LCIO)
MESSAGE(STATUS "DD4hep uses LCIO")
find_package(LCIO REQUIRED)
find_package(LCIO REQUIRED)
DD4HEP_SETUP_LCIO_TARGETS()
DD4HEP_SETUP_LCIO_TARGETS()
endif()
endif()
...
@@ -67,7 +69,6 @@ endif()
...
@@ -67,7 +69,6 @@ endif()
# ---------- include dirs -----------------------------------------------------
# ---------- include dirs -----------------------------------------------------
# do not store find results in cache
# do not store find results in cache
GET_TARGET_PROPERTY(DD4hep_INCLUDE_DIRS DD4hep::DDCore INTERFACE_INCLUDE_DIRECTORIES)
GET_TARGET_PROPERTY(DD4hep_INCLUDE_DIRS DD4hep::DDCore INTERFACE_INCLUDE_DIRECTORIES)
MESSAGE(STATUS "include dirs ${DD4hep_INCLUDE_DIRS}")
# ---------- libraries --------------------------------------------------------
# ---------- libraries --------------------------------------------------------
set(DD4hep_LIBRARIES DD4hep::DDCore)
set(DD4hep_LIBRARIES DD4hep::DDCore)
...
...
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