From 3edc11d1b91f0585561aa82e0417ae8da1f720bb Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Tue, 30 Jun 2020 16:26:20 +0200 Subject: [PATCH] egammaTrackTools: cmake fixes Library dependency fixes. --- Reconstruction/egamma/egammaTrackTools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/egamma/egammaTrackTools/CMakeLists.txt b/Reconstruction/egamma/egammaTrackTools/CMakeLists.txt index 38bb36882aa..8130a491ace 100644 --- a/Reconstruction/egamma/egammaTrackTools/CMakeLists.txt +++ b/Reconstruction/egamma/egammaTrackTools/CMakeLists.txt @@ -55,7 +55,7 @@ atlas_add_component( egammaTrackTools AtlasDetDescr IdDictDetDescr EventPrimitives xAODCaloEvent xAODEgamma xAODTracking FourMomUtils GaudiKernel BeamSpotConditionsData InDetIdentifier RecoToolInterfaces TrkSurfaces TrkCaloCluster_OnTrack TrkCaloExtension TrkEventPrimitives TrkMaterialOnTrack TrkMeasurementBase TrkNeutralParameters TrkParameters TrkParametersIdentificationHelpers TrkParticleBase TrkPseudoMeasurementOnTrack TrkRIO_OnTrack TrkTrack - TrkVertexOnTrack TrkExInterfaces TrkFitterInterfaces TrkVertexFitterInterfaces ) + TrkVertexOnTrack TrkExInterfaces TrkFitterInterfaces TrkVertexFitterInterfaces egammaInterfacesLib CaloTrackingGeometryLib ) # Install files from the package: atlas_install_python_modules( python/*.py ) -- GitLab