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
03fb66c8
Commit
03fb66c8
authored
5 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
DD4hepConfig.cmake.in: cleanup comments
parent
5f52db08
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
-5
2 additions, 5 deletions
cmake/DD4hepConfig.cmake.in
with
2 additions
and
5 deletions
cmake/DD4hepConfig.cmake.in
+
2
−
5
View file @
03fb66c8
...
@@ -35,7 +35,6 @@ include ( ${DD4hep_DIR}/cmake/DD4hep.cmake )
...
@@ -35,7 +35,6 @@ include ( ${DD4hep_DIR}/cmake/DD4hep.cmake )
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${DD4hep_DIR}/cmake )
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${DD4hep_DIR}/cmake )
# ---------- include dirs -----------------------------------------------------
# ---------- include dirs -----------------------------------------------------
# do not store find results in cache
set(DD4hep_INCLUDE_DIRS "")
set(DD4hep_INCLUDE_DIRS "")
# ---------- default build type --------------------------------------------------------
# ---------- default build type --------------------------------------------------------
...
@@ -66,13 +65,11 @@ if(NOT CMAKE_PROJECT_NAME STREQUAL DD4hep)
...
@@ -66,13 +65,11 @@ if(NOT CMAKE_PROJECT_NAME STREQUAL DD4hep)
include("${DD4hep_ROOT}/cmake/DD4hepConfig-targets.cmake")
include("${DD4hep_ROOT}/cmake/DD4hepConfig-targets.cmake")
endif()
endif()
# ---------- include dirs -----------------------------------------------------
# Backward compatible DD4hep_INCLUDE_DIRS and DD4hep_LIBRARIES variables
# 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)
# ---------- libraries --------------------------------------------------------
set(DD4hep_LIBRARIES DD4hep::DDCore)
set(DD4hep_LIBRARIES DD4hep::DDCore)
# Backward compatible DD4hep_COMPONENT_LIBRARIES variable
SET(DD4hep_COMPONENT_LIBRARIES)
SET(DD4hep_COMPONENT_LIBRARIES)
IF(DD4hep_FIND_COMPONENTS)
IF(DD4hep_FIND_COMPONENTS)
dd4hep_print( "|++> DD4hep: Looking for Components: ${DD4hep_FIND_COMPONENTS}" )
dd4hep_print( "|++> DD4hep: Looking for Components: ${DD4hep_FIND_COMPONENTS}" )
...
...
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