Skip to content
Snippets Groups Projects
Commit d2c9ab26 authored by Andre Sailer's avatar Andre Sailer Committed by MarkusFrankATcernch
Browse files

DDCore and DDG4 CMakeLists: Move DD packages to front of Uses in dd4hep_package

just in case this might give similar compilation problems as for DDCond
parent 1b7d7ff5
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
# #
#================================================================================= #=================================================================================
dd4hep_package( DDCore dd4hep_package( DDCore
USES [ROOT REQUIRED COMPONENTS Geom GenVector] USES DDParsers
DDParsers [ROOT REQUIRED COMPONENTS Geom GenVector]
OPTIONAL XERCESC OPTIONAL XERCESC
INCLUDE_DIRS include INCLUDE_DIRS include
INSTALL_INCLUDES include/DDSegmentation INSTALL_INCLUDES include/DDSegmentation
......
...@@ -9,9 +9,10 @@ ...@@ -9,9 +9,10 @@
# #
#========================================================================== #==========================================================================
dd4hep_package( DDG4 dd4hep_package( DDG4
USES [GEANT4 REQUIRED COMPONENTS gdml ui_all vis_all] USES DDCore
[ROOT REQUIRED COMPONENTS Geom GenVector RIO] [GEANT4 REQUIRED COMPONENTS gdml ui_all vis_all]
BOOST DDCore [ROOT REQUIRED COMPONENTS Geom GenVector RIO]
BOOST
OPTIONAL ${CLHEP} [XercesC QUIET] OPTIONAL ${CLHEP} [XercesC QUIET]
INCLUDE_DIRS include INCLUDE_DIRS include
INSTALL_INCLUDES include/DDG4 ) INSTALL_INCLUDES include/DDG4 )
......
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