Skip to content
Snippets Groups Projects
Commit 725dbdb8 authored by Marko Petric's avatar Marko Petric
Browse files

Fix missing CLHEP in thisdd4hep.sh

parent 1c5f7542
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ if [ ${Geant4_DIR} ]; then
#---- if geant4 was built with external CLHEP we have to extend the dynamic search path
if [ @GEANT4_USE_CLHEP@ ] ; then
dd4hep_add_library_path @CLHEP_LIBRARY_PATH@;
export CLHEP_DIR=@CLHEP_DIR@
export CLHEP_DIR=@CLHEP_ROOT_DIR@
fi;
dd4hep_add_library_path ${G4LIB_DIR};
unset G4ENV_INIT;
......
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