Skip to content
Snippets Groups Projects
Commit 03fb66c8 authored by Andre Sailer's avatar Andre Sailer
Browse files

DD4hepConfig.cmake.in: cleanup comments

parent 5f52db08
No related branches found
No related tags found
No related merge requests found
...@@ -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}" )
......
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