Skip to content
Snippets Groups Projects
Commit f154a7ef authored by Marko Petric's avatar Marko Petric
Browse files

Fix case for GUI to Gui

parent 46089cb9
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL ...@@ -37,7 +37,7 @@ dd4hep_configure_output( OUTPUT "${PROJECT_BINARY_DIR}" INSTALL "${CMAKE_INSTALL
# #
# Include ROOT # 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}) include(${ROOT_USE_FILE})
message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" ) message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" )
add_subdirectory ( GaudiPluginService) add_subdirectory ( GaudiPluginService)
......
...@@ -46,7 +46,7 @@ if ( ${DD4HEP_USE_LCIO} ) ...@@ -46,7 +46,7 @@ if ( ${DD4HEP_USE_LCIO} )
SOURCES src/EvNavHandler.h SOURCES src/EvNavHandler.h
LINKDEF src/LinkDef.h ) LINKDEF src/LinkDef.h )
dd4hep_add_executable( teveLCIO dd4hep_add_executable( teveLCIO
USES [ROOT REQUIRED COMPONENTS Eve GUI Graf3d Rgl] USES [ROOT REQUIRED COMPONENTS Eve Gui Graf3d Rgl]
[LCIO REQUIRED] [LCIO REQUIRED]
DDRec DDRec
GENERATED G__eve1.cxx GENERATED G__eve1.cxx
...@@ -56,7 +56,7 @@ endif() ...@@ -56,7 +56,7 @@ endif()
#----------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------
dd4hep_add_executable( teveDisplay 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 GENERATED G__eve.cxx
SOURCES src/teve_display.cpp src/next_event_dummy.cpp SOURCES src/teve_display.cpp src/next_event_dummy.cpp
) )
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