From d16edd5a9def01df1acce634825a12f972d25035 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Sat, 16 Feb 2019 17:51:44 +0100 Subject: [PATCH] InDetJiveXML: cmake fix InDetCondTools doesn't build a library, so don't list it as a link dependency. --- InnerDetector/InDetEventCnv/InDetJiveXML/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InnerDetector/InDetEventCnv/InDetJiveXML/CMakeLists.txt b/InnerDetector/InDetEventCnv/InDetJiveXML/CMakeLists.txt index e013315e028..8a1e959c2d2 100644 --- a/InnerDetector/InDetEventCnv/InDetJiveXML/CMakeLists.txt +++ b/InnerDetector/InDetEventCnv/InDetJiveXML/CMakeLists.txt @@ -35,7 +35,7 @@ atlas_add_component( InDetJiveXML src/*.cxx src/components/*.cxx INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps StoreGateLib SGtests GaudiKernel InDetRawData TrkSpacePoint TrkTruthData VxVertex JiveXMLLib AthContainers IdDictDetDescr InDetCondTools InDetIdentifier InDetReadoutGeometry InDetPrepRawData TrkEventPrimitives TrkPrepRawData ) + LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps StoreGateLib SGtests GaudiKernel InDetRawData TrkSpacePoint TrkTruthData VxVertex JiveXMLLib AthContainers IdDictDetDescr InDetIdentifier InDetReadoutGeometry InDetPrepRawData TrkEventPrimitives TrkPrepRawData ) # Install files from the package: atlas_install_headers( InDetJiveXML ) -- GitLab