Skip to content

Commit

Permalink
Remove -lG4persistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Jul 2, 2024
1 parent b52557a commit 1930b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/FindGeant4.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1930b4e

Please sign in to comment.