Skip to content

Commit

Permalink
fix: Change Geant4 11.2.2 component G4persistency -> G4gdml
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Dec 9, 2024
1 parent ef0a51b commit 98f59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set(source_files
)

add_library(g4ox ${source_files})
target_link_libraries(g4ox PUBLIC Geant4::G4persistency Opticks::G4CX)
target_link_libraries(g4ox PUBLIC Geant4::G4gdml Opticks::G4CX)

target_include_directories(g4ox
INTERFACE
Expand Down

0 comments on commit 98f59f8

Please sign in to comment.