diff --git a/CMakeLists.txt b/CMakeLists.txt index 9339550cbee7f125260b10c6fb1bf31397e3859b..881d7c2d6bbeeefc5a061dd6889b17e6426b4613 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL # # Include ROOT # -find_package ( ROOT REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d Rgl) +find_package ( ROOT REQUIRED COMPONENTS Geom GenVector Eve Gui Graf3d RGL) include(${ROOT_USE_FILE}) message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" ) add_subdirectory ( GaudiPluginService) diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt index 31504ab28388fdaa0363a2990c0d334b2e3eb8ef..95ef128e2a42d6d33ce05122c76dc95d2568c810 100644 --- a/UtilityApps/CMakeLists.txt +++ b/UtilityApps/CMakeLists.txt @@ -46,7 +46,7 @@ if ( ${DD4HEP_USE_LCIO} ) SOURCES src/EvNavHandler.h LINKDEF src/LinkDef.h ) dd4hep_add_executable( teveLCIO - USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d Rgl] + USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d RGL] [LCIO REQUIRED] DDRec GENERATED G__eve1.cxx @@ -56,7 +56,7 @@ endif() #----------------------------------------------------------------------------------- dd4hep_add_executable( teveDisplay - USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d Rgl] DDRec + USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d RGL] DDRec GENERATED G__eve.cxx SOURCES src/teve_display.cpp src/next_event_dummy.cpp )