From 2cd7dcbb366a4c38350a3eab551d0b546fe2c348 Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Mon, 29 Jun 2020 17:42:58 +0200
Subject: [PATCH] CaloRingerAlgs: cmake fixes

Library dependency fixes.
---
 Reconstruction/RecoAlgs/CaloRingerAlgs/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reconstruction/RecoAlgs/CaloRingerAlgs/CMakeLists.txt b/Reconstruction/RecoAlgs/CaloRingerAlgs/CMakeLists.txt
index 92d16943339..835e29fa669 100644
--- a/Reconstruction/RecoAlgs/CaloRingerAlgs/CMakeLists.txt
+++ b/Reconstruction/RecoAlgs/CaloRingerAlgs/CMakeLists.txt
@@ -23,7 +23,7 @@ atlas_depends_on_subdirs( PUBLIC
 atlas_add_component( CaloRingerAlgs
                      src/*.cxx
                      src/components/*.cxx
-                     LINK_LIBRARIES GaudiKernel CaloEvent AthContainers AthenaBaseComps AthenaKernel StoreGateLib SGtests xAODBase xAODCaloRings xAODCore )
+                     LINK_LIBRARIES GaudiKernel CaloEvent AthContainers AthenaBaseComps AthenaKernel StoreGateLib SGtests xAODBase xAODCaloRings xAODCore CaloRingerToolsLib )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
-- 
GitLab