Skip to content
Snippets Groups Projects
Commit 5211548c authored by Frank Gaede's avatar Frank Gaede
Browse files

- export CLHEP_DIR if Geant4 was built with external CLHEP

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