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

UtilityApps: protect for dependency on DDTest/BUILD_TESTING

parent 68a6e630
No related branches found
No related tags found
No related merge requests found
...@@ -35,14 +35,16 @@ dd4hep_add_executable( dumpdetector ...@@ -35,14 +35,16 @@ dd4hep_add_executable( dumpdetector
USES DDRec USES DDRec
OPTIONAL [GEANT4 REQUIRED SOURCES src/dumpdetector.cpp]) OPTIONAL [GEANT4 REQUIRED SOURCES src/dumpdetector.cpp])
#----------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------
dd4hep_add_executable(test_surfaces if(BUILD_TESTING)
USES DDRec DDTest dd4hep_add_executable(test_surfaces
OPTIONAL [LCIO REQUIRED SOURCES src/test_surfaces.cpp]) USES DDRec DDTest
#----------------------------------------------------------------------------------- OPTIONAL [LCIO REQUIRED SOURCES src/test_surfaces.cpp])
dd4hep_add_executable(test_cellid_position_converter #-----------------------------------------------------------------------------------
USES DDRec DDTest dd4hep_add_executable(test_cellid_position_converter
OPTIONAL [LCIO REQUIRED SOURCES src/test_cellid_position_converter.cpp]) USES DDRec DDTest
#----------------------------------------------------------------------------------- OPTIONAL [LCIO REQUIRED SOURCES src/test_cellid_position_converter.cpp])
#-----------------------------------------------------------------------------------
endif()
dd4hep_add_dictionary( G__eve dd4hep_add_dictionary( G__eve
SOURCES src/EvNavHandler.h SOURCES src/EvNavHandler.h
LINKDEF src/LinkDef.h ) LINKDEF src/LinkDef.h )
......
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