Skip to content
Snippets Groups Projects
Commit 8d3134a9 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

fix cxxstd for G4 r10.7+

parent 4c9dcf10
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ set(OpenGL_GL_PREFERENCE "GLVND" CACHE STRING "Preferred GL library to use (see
include(ExternalProject)
# From r10.7.0 GEANT4 requires numerical CXX standard
string(REGEX REPLACE "^c\\+\\+" "" GAUDI_CXX_STANDARD "${GAUDI_CXX_STANDARD}")
ExternalProject_Add(Geant4
GIT_REPOSITORY ${GEANT4_SRCS_REPOSITORY}
GIT_TAG ${GEANT4_TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment