Skip to content
Snippets Groups Projects
Commit 8030969e authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix Geant4 CMake build to install libraries in lib instead of lib64

parent 899a3579
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ ExternalProject_Add(Geant4
-DGEANT4_USE_NETWORKDAWN=ON
-DGEANT4_USE_INVENTOR=OFF
-DCMAKE_INSTALL_PREFIX=${CMAKE_SOURCE_DIR}/InstallArea/$ENV{CMTCONFIG}
-DCMAKE_INSTALL_LIBDIR=lib
-DGEANT4_INSTALL_DATADIR=${G4DATA}
-DGEANT4_BUILD_VERBOSE_CODE=${G4VERBOSE}
-DCMAKE_USE_CCACHE=${CMAKE_USE_CCACHE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment