From f884ce8ddc024b451943c8480694d59b12f3b8ab Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Wed, 12 Dec 2018 10:09:18 +0100 Subject: [PATCH] TileSimUtils: Remove unneeded dependencies on CLIDSvc and SGTools. Preparing to remove CLIDSvc. --- TileCalorimeter/TileSimUtils/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TileCalorimeter/TileSimUtils/CMakeLists.txt b/TileCalorimeter/TileSimUtils/CMakeLists.txt index 9a34e0affc3..340fa45d607 100644 --- a/TileCalorimeter/TileSimUtils/CMakeLists.txt +++ b/TileCalorimeter/TileSimUtils/CMakeLists.txt @@ -10,8 +10,6 @@ atlas_depends_on_subdirs( PUBLIC Calorimeter/CaloIdentifier Calorimeter/CaloSimEvent Control/AthenaBaseComps - Control/CLIDSvc - Control/SGTools GaudiKernel PRIVATE Control/AthenaKernel @@ -28,7 +26,7 @@ atlas_add_library( TileSimUtilsLib src/*.cxx PUBLIC_HEADERS TileSimUtils PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} - LINK_LIBRARIES CaloIdentifier CaloSimEvent AthenaBaseComps SGTools GaudiKernel StoreGateLib SGtests + LINK_LIBRARIES CaloIdentifier CaloSimEvent AthenaBaseComps GaudiKernel StoreGateLib SGtests PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaKernel ) atlas_add_component( TileSimUtils -- GitLab