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
725dbdb8
Commit
725dbdb8
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing CLHEP in thisdd4hep.sh
parent
1c5f7542
No related branches found
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
-1
1 addition, 1 deletion
cmake/thisdd4hep.sh
with
1 addition
and
1 deletion
cmake/thisdd4hep.sh
+
1
−
1
View file @
725dbdb8
...
...
@@ -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
;
...
...
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