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
b1e9eb41
Commit
b1e9eb41
authored
10 years ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Remove Find_package for boost from DDG4, done in main cmakelists.txt
parent
62950ad6
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
DDG4/CMakeLists.txt
+0
-6
0 additions, 6 deletions
DDG4/CMakeLists.txt
with
0 additions
and
6 deletions
DDG4/CMakeLists.txt
+
0
−
6
View file @
b1e9eb41
...
@@ -9,12 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/DDCore/include
...
@@ -9,12 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/DDCore/include
${
CLHEP_INCLUDE_DIR
}
${
CLHEP_INCLUDE_DIR
}
${
Geant4_INCLUDE_DIRS
}
)
${
Geant4_INCLUDE_DIRS
}
)
#---Add Library-------------------------------------------------------------------
if
(
DD4HEP_USE_BOOST
)
FIND_PACKAGE
(
Boost REQUIRED
)
include_directories
(
${
Boost_INCLUDE_DIR
}
)
add_definitions
(
-DDD4HEP_USE_BOOST
)
endif
()
#---Add Library-------------------------------------------------------------------
#---Add Library-------------------------------------------------------------------
file
(
GLOB sources src/*.cpp
)
file
(
GLOB sources src/*.cpp
)
...
...
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