Skip to content
Snippets Groups Projects
Commit 3192902b authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* fixing compilation issue with geant4 11.10

parent 27e9e116
No related branches found
No related tags found
No related merge requests found
Pipeline #228063 passed
......@@ -38,9 +38,9 @@ string(REPLACE "${NPS_GEANT4_VERSION_MINOR}." "" G4Version "${G4Version}")
set(NPS_GEANT4_VERSION_PATCH "${G4Version}")
message ("Geant4 found, Version : ${NPS_GEANT4_VERSION_MAJOR}.${NPS_GEANT4_VERSION_MINOR}.${NPS_GEANT4_VERSION_PATCH}")
include(${Geant4_USE_FILE})
add_definitions(${Geant4_DEFINITIONS})
include_directories(${Geant4_INCLUDE_DIRS})
configure_file(Core/NPSimulationVersion.hh.in Core/NPSimulationVersion.hh @ONLY)
......
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