diff --git a/CMakeModules/FindGeant4.cmake b/CMakeModules/FindGeant4.cmake index 528b2864..b69be2b6 100644 --- a/CMakeModules/FindGeant4.cmake +++ b/CMakeModules/FindGeant4.cmake @@ -86,7 +86,7 @@ get_filename_component(GEANT4_LIBRARY_DIR ${GEANT4_G4RUN_LIB} DIRECTORY) # set(GEANT4_INCLUDE_DIR ${GEANT4_PREFIX}/include/Geant4) # set(GEANT4_LIBRARY_DIR ${GEANT4_PREFIX}/${CMAKE_INSTALL_LIBDIR}) # set(GEANT4_LIBRARY_DIR ${GEANT4_PREFIX}/lib) - set(GEANT4_LIBRARIES G4interfaces G4persistency G4analysis + set(GEANT4_LIBRARIES G4interfaces G4analysis G4error_propagation G4readout G4physicslists G4run G4event G4tracking G4parmodels G4processes G4digits_hits G4track G4particles G4geometry @@ -96,7 +96,7 @@ get_filename_component(GEANT4_LIBRARY_DIR ${GEANT4_G4RUN_LIB} DIRECTORY) set(GEANT4_LIBRARIES_WITH_VIS G4OpenGL G4gl2ps G4Tree G4FR G4GMocren G4visHepRep G4RayTracer G4VRML G4vis_management G4modeling - G4interfaces G4persistency G4analysis + G4interfaces G4analysis G4error_propagation G4readout G4physicslists G4run G4event G4tracking G4parmodels G4processes G4digits_hits G4track G4particles G4geometry