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

Fixed cxx standard: actually use the fixed value

parent 219088d8
Branches
No related tags found
1 merge request!24Migrate 'master' to G4 v10r3p3
......@@ -51,7 +51,7 @@ ExternalProject_Add(Geant4
GIT_REPOSITORY ${GEANT4_SRCS_REPOSITORY}
GIT_TAG ${GEANT4_TAG}
CMAKE_ARGS -DCMAKE_TOOLCHAIN_FILE=${CMAKE_SOURCE_DIR}/toolchain.cmake
-DGEANT4_BUILD_CXXSTD=${GAUDI_CXX_STANDARD}
-DGEANT4_BUILD_CXXSTD=${CXX_STANDARD}
-DGEANT4_INSTALL_DATA=OFF
-DGEANT4_USE_SYSTEM_CLHEP=ON
-DGEANT4_USE_XM=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment