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

Fixed cxx standard: actually use the fixed value

parent 3b6cb977
No related branches found
No related tags found
No related merge requests found
......@@ -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