Skip to content
Snippets Groups Projects

remove atlas_depends_on_subdirs from MuonDetDescr packages

Merged Nicolas Koehler requested to merge nkoehler/athena:muCmake9 into master
7 files
+ 0
100
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -17,22 +17,6 @@ if( NOT SIMULATIONBASE )
@@ -17,22 +17,6 @@ if( NOT SIMULATIONBASE )
set( extra_lib AmdcAthLib )
set( extra_lib AmdcAthLib )
endif()
endif()
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
DetectorDescription/AGDD/AGDDControl
GaudiKernel
PRIVATE
Control/StoreGate
Database/RDBAccessSvc
DetectorDescription/AGDD/AGDD2GeoSvc
DetectorDescription/AGDD/AGDDKernel
DetectorDescription/AGDD/AGDDModel
DetectorDescription/GeoModel/GeoModelInterfaces
MuonSpectrometer/MuonDetDescr/MuonAGDDBase
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonDetDescr/MuonDetDescrUtils
${extra_dep} )
# External dependencies:
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( Boost COMPONENTS filesystem thread system )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess )
Loading