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
af3ceb83
Commit
af3ceb83
authored
5 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
ThisDD4hep: add library path for boost
parent
0f9467d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-0
2 additions, 0 deletions
CMakeLists.txt
cmake/thisdd4hep.sh
+1
-0
1 addition, 0 deletions
cmake/thisdd4hep.sh
with
3 additions
and
0 deletions
CMakeLists.txt
+
2
−
0
View file @
af3ceb83
...
...
@@ -98,6 +98,8 @@ SET_TARGET_PROPERTIES(Boost::boost
PROPERTIES
INTERFACE_COMPILE_DEFINITIONS BOOST_SPIRIT_USE_PHOENIX_V3
)
GET_TARGET_PROPERTY
(
BOOST_FILESYSTEM_LOC Boost::filesystem IMPORTED_LOCATION
)
GET_FILENAME_COMPONENT
(
BOOST_DIR
${
BOOST_FILESYSTEM_LOC
}
DIRECTORY
)
# Configure Geant4
if
(
DD4HEP_USE_GEANT4
)
...
...
This diff is collapsed.
Click to expand it.
cmake/thisdd4hep.sh
+
1
−
0
View file @
af3ceb83
...
...
@@ -105,6 +105,7 @@ if [ ${XERCESCINSTALL} ]; then
#dd4hep_add_path PATH ${XERCESCINSTALL}/bin;
dd4hep_add_library_path
${
XERCESCINSTALL
}
/lib
;
fi
;
dd4hep_add_library_path @BOOST_DIR@
#
#----PATH---------------------------------------------------------------------
dd4hep_add_path PATH
${
THIS
}
/bin
;
...
...
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