Skip to content
Snippets Groups Projects
Commit 27054b7f authored by Valérian Alcindor's avatar Valérian Alcindor
Browse files

Fixing CMakeList issue in NPSimulation

parent ab28cb07
No related branches found
No related tags found
No related merge requests found
Pipeline #192078 passed
...@@ -55,7 +55,7 @@ if(rdet) ...@@ -55,7 +55,7 @@ if(rdet)
endif() endif()
# Add root to the link and include directories # Add root to the link and include directories
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 14)
if(Geant4_gdml_FOUND) if(Geant4_gdml_FOUND)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNPS_GDML") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNPS_GDML")
......
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