From f04b7a6964ac00a1daee5322fcefb1595078a5c5 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 17 Apr 2020 16:52:14 +0200 Subject: [PATCH] DetDescrCondExample: cmake fixes Library dependency fixes. --- .../DetDescrCond/DetDescrCondExample/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DetectorDescription/DetDescrCond/DetDescrCondExample/CMakeLists.txt b/DetectorDescription/DetDescrCond/DetDescrCondExample/CMakeLists.txt index 88c7eef2f954..ee6c3b1a0b64 100644 --- a/DetectorDescription/DetDescrCond/DetDescrCondExample/CMakeLists.txt +++ b/DetectorDescription/DetDescrCond/DetDescrCondExample/CMakeLists.txt @@ -32,7 +32,7 @@ atlas_add_component( DetDescrCondExample src/CoolHistExample.cxx src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel GeoPrimitives Identifier GaudiKernel StoreGateLib SGtests AthenaPoolUtilities DetDescrConditions InDetReadoutGeometry ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel GeoPrimitives Identifier GaudiKernel StoreGateLib SGtests AthenaPoolUtilities DetDescrConditions InDetReadoutGeometry DetDescrCondToolsLib ) # Install files from the package: atlas_install_headers( DetDescrCondExample ) -- GitLab