diff --git a/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt b/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt index 47d231a5e96c53042a0d322f6e0a975fb048fc8b..af8751d8974fbdd7b5ad15518b323893be20af9b 100644 --- a/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt +++ b/MuonSpectrometer/MSVertexReconstruction/MSVertexRecoAlg/CMakeLists.txt @@ -5,14 +5,6 @@ # Declare the package name: atlas_subdir( MSVertexRecoAlg ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/AthenaBaseComps - GaudiKernel - MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces - PRIVATE - MuonSpectrometer/MSVertexReconstruction/MSVertexUtils ) - # Component(s) in the package: atlas_add_component( MSVertexRecoAlg src/*.cxx diff --git a/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt b/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt index d8b1501b913979c6dea4ab5bda5f210d00fc7b95..01fc5af2d9b90f4775065f71f1badda0f1f9ddb1 100644 --- a/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt +++ b/MuonSpectrometer/MSVertexReconstruction/MSVertexToolInterfaces/CMakeLists.txt @@ -5,11 +5,6 @@ # Declare the package name: atlas_subdir( MSVertexToolInterfaces ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - GaudiKernel - MuonSpectrometer/MSVertexReconstruction/MSVertexUtils ) - atlas_add_library( MSVertexToolInterfaces MSVertexToolInterfaces/*.h INTERFACE diff --git a/MuonSpectrometer/MSVertexReconstruction/MSVertexUtils/CMakeLists.txt b/MuonSpectrometer/MSVertexReconstruction/MSVertexUtils/CMakeLists.txt index 1d7217a36130876a70410e6c05559a826e3aece1..88501ae3198916941e2aa13efd5b84c265b736ff 100644 --- a/MuonSpectrometer/MSVertexReconstruction/MSVertexUtils/CMakeLists.txt +++ b/MuonSpectrometer/MSVertexReconstruction/MSVertexUtils/CMakeLists.txt @@ -5,15 +5,6 @@ # Declare the package name: atlas_subdir( MSVertexUtils ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - DetectorDescription/GeoPrimitives - Event/EventPrimitives - Event/xAOD/xAODTracking - GaudiKernel - PRIVATE - MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPrepRawData ) - # External dependencies: find_package( Eigen ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 ) diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignError/MuonAlignErrorBase/CMakeLists.txt b/MuonSpectrometer/MuonAlignment/MuonAlignError/MuonAlignErrorBase/CMakeLists.txt index b614ccdba20f4367c66787d7f292311eca1aa97e..319097230f30758e99195a8ed28cf1a700877d36 100644 --- a/MuonSpectrometer/MuonAlignment/MuonAlignError/MuonAlignErrorBase/CMakeLists.txt +++ b/MuonSpectrometer/MuonAlignment/MuonAlignError/MuonAlignErrorBase/CMakeLists.txt @@ -5,10 +5,6 @@ # Declare the package name: atlas_subdir( MuonAlignErrorBase ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - DetectorDescription/GeoPrimitives ) - # External dependencies: find_package( Eigen ) diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignEvent/CMakeLists.txt b/MuonSpectrometer/MuonAlignment/MuonAlignEvent/CMakeLists.txt index 81befa9e405d3d2dededcd2375b376ac1d2dd250..29cecace6f85e573005ad789016319220a993cea 100644 --- a/MuonSpectrometer/MuonAlignment/MuonAlignEvent/CMakeLists.txt +++ b/MuonSpectrometer/MuonAlignment/MuonAlignEvent/CMakeLists.txt @@ -5,13 +5,6 @@ # Declare the package name: atlas_subdir( MuonAlignEvent ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Tracking/TrkAlignment/TrkAlignEvent - PRIVATE - Control/AthenaBaseComps - MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry ) - # Component(s) in the package: atlas_add_library( MuonAlignEvent src/*.cxx diff --git a/MuonSpectrometer/MuonAlignment/MuonAlignmentData/CMakeLists.txt b/MuonSpectrometer/MuonAlignment/MuonAlignmentData/CMakeLists.txt index cff1ec55a1f0b81f911b246c109c597cbe9ca96d..4fea06d5ec2b3038b3d1689beaf5187f78ee206c 100644 --- a/MuonSpectrometer/MuonAlignment/MuonAlignmentData/CMakeLists.txt +++ b/MuonSpectrometer/MuonAlignment/MuonAlignmentData/CMakeLists.txt @@ -5,13 +5,6 @@ # Declare the package name: atlas_subdir( MuonAlignmentData ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/AthenaKernel - Control/AthContainers - DetectorDescription/Identifier - MuonSpectrometer/MuonIdHelpers ) - # External dependencies: find_package( CLHEP )