Skip to content
Snippets Groups Projects
Commit 42f07f4b authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: remove unneeded DDG4 and DDG4IO dependency

parent 2432fe98
No related branches found
No related tags found
1 merge request!516fix: remove unneeded DDG4 and DDG4IO dependency
......@@ -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")
......
......@@ -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
)
......
......@@ -8,7 +8,6 @@
#include <stdexcept>
#include <string>
#include "edm4hep/Geant4Particle.h"
#include "edm4eic/TrackerHitCollection.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment