From bc06304500c0b3e99c1fbcf46fa07bd53ded96ee Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Wed, 26 Sep 2018 16:46:39 +0200 Subject: [PATCH] CommissionEvent: CLIDSvc -> AthenaKernel Remove references to obsolete package CLIDSvc; header moved to AthenaKernel. Also remove unneeded dependency on SGTools. Former-commit-id: 7d68074128dadec177ced2268674b8f9a1aaf1aa --- Commission/CommissionEvent/CMakeLists.txt | 7 +++---- Commission/CommissionEvent/CommissionEvent/ComTime.h | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Commission/CommissionEvent/CMakeLists.txt b/Commission/CommissionEvent/CMakeLists.txt index 9aa62d5691f..37829271781 100644 --- a/Commission/CommissionEvent/CMakeLists.txt +++ b/Commission/CommissionEvent/CMakeLists.txt @@ -7,8 +7,7 @@ atlas_subdir( CommissionEvent ) # Declare the package's dependencies: atlas_depends_on_subdirs( PUBLIC - Control/CLIDSvc - Control/SGTools ) + Control/AthenaKernel ) # External dependencies: find_package( CLHEP ) @@ -21,12 +20,12 @@ atlas_add_library( CommissionEvent INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} DEFINITIONS ${CLHEP_DEFINITIONS} - LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools + LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaKernel PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) atlas_add_dictionary( CommissionEventDict CommissionEvent/CommissionEventDict.h CommissionEvent/selection.xml INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} SGTools CommissionEvent ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CommissionEvent ) diff --git a/Commission/CommissionEvent/CommissionEvent/ComTime.h b/Commission/CommissionEvent/CommissionEvent/ComTime.h index e18b1beba4c..4a54f921755 100755 --- a/Commission/CommissionEvent/CommissionEvent/ComTime.h +++ b/Commission/CommissionEvent/CommissionEvent/ComTime.h @@ -10,7 +10,7 @@ // // /////////////////////////////////////////////////////////////////////////////// -#include "CLIDSvc/CLASS_DEF.h" +#include "AthenaKernel/CLASS_DEF.h" #include "CLHEP/Vector/ThreeVector.h" class ComTime -- GitLab