Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
5211548c
Commit
5211548c
authored
9 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- export CLHEP_DIR if Geant4 was built with external CLHEP
parent
bc24073c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/thisdd4hep.sh
+1
-0
1 addition, 0 deletions
cmake/thisdd4hep.sh
with
1 addition
and
0 deletions
cmake/thisdd4hep.sh
+
1
−
0
View file @
5211548c
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment