Skip to content
Snippets Groups Projects
Commit 1cbf1af7 authored by Andre Sailer's avatar Andre Sailer
Browse files

thisdd4hep: make compactible with geant4 11.1.1 cmake file location

parent bb9997f2
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ test -r ${ROOTENV_INIT} && { cd $(dirname ${ROOTENV_INIT}); . ./$(basename ${ROO
#
#----Geant4 LIBRARY_PATH------------------------------------------------------
if [ ${Geant4_DIR} ]; then
G4LIB_DIR=`dirname ${Geant4_DIR}`;
G4LIB_DIR=`dirname ${Geant4_DIR} | sed 's@/cmake\$@@'`;
export G4INSTALL=`dirname ${G4LIB_DIR}`;
export G4ENV_INIT=${G4INSTALL}/bin/geant4.sh
# ---------- initialze geant4 environment
......
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