From 19fd49c60b897ad7940b0cef1f5cf6f6ec93cf1b Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Fri, 8 Feb 2019 15:54:33 +0100
Subject: [PATCH] SiLorentzAngleSvc: cmake fix

InDetCondTools does not produce a library.  Don't declare a link dependency
on it.
---
 InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt b/InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt
index 60941cb9e8d4..3bd2c61021d4 100644
--- a/InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt
+++ b/InnerDetector/InDetConditions/SiLorentzAngleSvc/CMakeLists.txt
@@ -33,7 +33,7 @@ atlas_add_component( SiLorentzAngleSvc
                      src/*.cxx
                      src/components/*.cxx
                      INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS}
-                     LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel StoreGateLib SGtests GeoPrimitives GaudiKernel InDetCondTools SiPropertiesSvcLib MagFieldInterfaces AthenaPoolUtilities Identifier InDetIdentifier InDetReadoutGeometry )
+                     LINK_LIBRARIES ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel StoreGateLib SGtests GeoPrimitives GaudiKernel SiPropertiesSvcLib MagFieldInterfaces AthenaPoolUtilities Identifier InDetIdentifier InDetReadoutGeometry )
 
 # Install files from the package:
 atlas_install_headers( SiLorentzAngleSvc )
-- 
GitLab