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

Omitted NATIVE_COMPILER key in CMake config

parent 05cc497b
No related branches found
No related tags found
2 merge requests!40Release of v104r2p1,!35Fixed maybe-used-uninitialized warnings
......@@ -61,7 +61,7 @@ ExternalProject_Add(Geant4
-DGEANT4_BUILD_VERBOSE_CODE=${G4VERBOSE}
-DCMAKE_USE_CCACHE=${CMAKE_USE_CCACHE}
-DCMAKE_USE_DISTCC=${CMAKE_USE_DISTCC}
-DLCG_USE_NATIVE_COMPILER=${LCG_USE_NATIVE_COMPILER}
# -DLCG_USE_NATIVE_COMPILER=${LCG_USE_NATIVE_COMPILER}
-DCMAKE_MODULE_PATH=${Geant4Files_DIR}
-DGEANT4_INSTALL_EXAMPLES=OFF
)
......
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