Skip to content
Snippets Groups Projects

remove atlas_depends_on_subdirs from MuonCalib packages

Merged Nicolas Koehler requested to merge nkoehler/athena:muCmake4 into master
Files
8
@@ -5,23 +5,6 @@
# Declare the package name:
atlas_subdir( CscCalibAlgs )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/MinimalRunTime
PRIVATE
Control/AthenaBaseComps
Control/AthContainers
Control/StoreGate
GaudiKernel
MuonSpectrometer/MuonCalib/CscCalib/CscCalibData
MuonSpectrometer/MuonCalib/CscCalib/CscCalibTools
MuonSpectrometer/MuonCnv/MuonCSC_CnvTools
MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondInterface
MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
@@ -30,7 +13,7 @@ atlas_add_component( CscCalibAlgs
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps AthContainers StoreGateLib SGtests GaudiKernel CscCalibData MuonCondInterface MuonCondData MuonReadoutGeometry MuonIdHelpersLib MuonRDO )
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps AthContainers StoreGateLib SGtests GaudiKernel CscCalibData CscCalibToolsLib MuonCSC_CnvToolsLib MuonCondInterface MuonCondData MuonReadoutGeometry MuonIdHelpersLib MuonRDO )
# Install files from the package:
atlas_install_python_modules( python/*.py )
Loading