From 8376c5115073d57b2b7f40f164f792384b463d60 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 10 Jul 2020 16:25:06 -0400 Subject: [PATCH] PixelCalibAlgs: cmake fixes Library dependency fixes. --- InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt b/InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt index 8ddc91a184b..3826852f22e 100644 --- a/InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt +++ b/InnerDetector/InDetCalibAlgs/PixelCalibAlgs/CMakeLists.txt @@ -44,10 +44,10 @@ atlas_add_library( PixelCalibAlgsLib PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} DEFINITIONS ${CLHEP_DEFINITIONS} LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps CxxUtils - GaudiKernel InDetPrepRawData + GaudiKernel InDetPrepRawData InDetConditionsSummaryService PixelCablingLib PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaPoolUtilities CoralDB DetDescrConditions Identifier EventInfo PixelConditionsData InDetIdentifier - InDetReadoutGeometry PixelReadoutGeometry InDetRawData PathResolver PixelGeoModelLib ) + InDetReadoutGeometry PixelReadoutGeometry InDetRawData PathResolver PixelGeoModelLib PixelConditionsToolsLib CoralDB ) atlas_add_component( PixelCalibAlgs src/components/*.cxx -- GitLab