Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
Project Juggler
Commits
42f07f4b
Commit
42f07f4b
authored
1 year ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove unneeded DDG4 and DDG4IO dependency
parent
2432fe98
No related branches found
No related tags found
1 merge request
!516
fix: remove unneeded DDG4 and DDG4IO dependency
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
JugBase/CMakeLists.txt
+1
-1
1 addition, 1 deletion
JugBase/CMakeLists.txt
JugReco/JugReco/SourceLinks.h
+0
-1
0 additions, 1 deletion
JugReco/JugReco/SourceLinks.h
with
2 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
42f07f4b
...
...
@@ -60,7 +60,7 @@ add_definitions("-Dpodio_VERSION_MINOR=${podio_VERSION_MINOR}")
add_definitions
(
"-Dpodio_VERSION_PATCH=
${
podio_VERSION_PATCH
}
"
)
find_package
(
ROOT COMPONENTS Core RIO Tree MathCore GenVector Geom REQUIRED
)
find_package
(
DD4hep COMPONENTS
DDG4 DDG4IO
DDRec REQUIRED
)
find_package
(
DD4hep COMPONENTS DDRec REQUIRED
)
find_package
(
Acts REQUIRED COMPONENTS Core PluginIdentification PluginTGeo PluginDD4hep PluginJson
)
set
(
Acts_VERSION_MIN
"20.2.0"
)
...
...
This diff is collapsed.
Click to expand it.
JugBase/CMakeLists.txt
+
1
−
1
View file @
42f07f4b
...
...
@@ -17,7 +17,7 @@ gaudi_add_library(JugBase
Gaudi::GaudiKernel Gaudi::GaudiAlgLib
podio::podioRootIO
ROOT::Core ROOT::RIO ROOT::Tree
DD4hep::DDG4IO
DD4hep::DDRec
DD4hep::DDRec
ActsCore ActsPluginDD4hep
)
...
...
This diff is collapsed.
Click to expand it.
JugReco/JugReco/SourceLinks.h
+
0
−
1
View file @
42f07f4b
...
...
@@ -8,7 +8,6 @@
#include
<stdexcept>
#include
<string>
#include
"edm4hep/Geant4Particle.h"
#include
"edm4eic/TrackerHitCollection.h"
...
...
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