From a9f7620954391635048714aea3621ac4b378d861 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Mon, 10 Aug 2020 21:23:22 -0400 Subject: [PATCH] DataQualityTools: cmake fixes Library dependency fixes. --- DataQuality/DataQualityTools/CMakeLists.txt | 48 +-------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/DataQuality/DataQualityTools/CMakeLists.txt b/DataQuality/DataQualityTools/CMakeLists.txt index 76634776865..a488cbe17d9 100644 --- a/DataQuality/DataQualityTools/CMakeLists.txt +++ b/DataQuality/DataQualityTools/CMakeLists.txt @@ -5,52 +5,6 @@ # Declare the package name: atlas_subdir( DataQualityTools ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( - Calorimeter/CaloGeoHelpers - Control/AthenaBaseComps - Control/AthenaMonitoring - Control/StoreGate - Event/xAOD/xAODCaloEvent - Event/xAOD/xAODEventInfo - Event/xAOD/xAODJet - Event/xAOD/xAODMissingET - Event/xAOD/xAODMuon - Event/xAOD/xAODTracking - ForwardDetectors/LUCID/LUCID_RawEvent - ForwardDetectors/ZDC/ZdcEvent - ForwardDetectors/ZDC/ZdcIdentifier - GaudiKernel - InnerDetector/InDetDetDescr/InDetIdentifier - InnerDetector/InDetRawEvent/InDetRawData - InnerDetector/InDetDetDescr/InDetReadoutGeometry - InnerDetector/InDetRecEvent/InDetPrepRawData - LArCalorimeter/LArRawEvent - LArCalorimeter/LArRecEvent - MagneticField/MagFieldInterfaces - MuonSpectrometer/MuonCalib/MuonCalibITools - MuonSpectrometer/MuonIdHelpers - MuonSpectrometer/MuonRDO - MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools - PhysicsAnalysis/AnalysisCommon/IsolationSelection - PhysicsAnalysis/EventTag/TagEvent - PhysicsAnalysis/MuonID/MuonSelectorTools - Reconstruction/RecBackground/RecBackgroundEvent - Reconstruction/RecoTools/RecoToolInterfaces - TileCalorimeter/TileEvent - Tools/LWHists - Tracking/TrkEvent/TrkParameters - Tracking/TrkExtrapolation/TrkExInterfaces - Trigger/TrigAnalysis/TrigDecisionTool - Trigger/TrigEvent/TrigCaloEvent - Trigger/TrigEvent/TrigMuonEvent - Trigger/TrigEvent/TrigParticle - Trigger/TrigT1/TrigT1Result - PhysicsAnalysis/MuonID/MuonSelectorTools - MagneticField/MagFieldElements - MagneticField/MagFieldConditions -) - # External dependencies: find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) @@ -62,7 +16,7 @@ atlas_add_component( DataQualityTools src/*.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions) + LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions IsolationSelectionLib ) # Install files from the package: atlas_install_python_modules( python/*.py ) -- GitLab