Skip to content
Snippets Groups Projects
Commit f4837010 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clidsvc.CommissionEvent-20180927' into 'master'

CommissionEvent: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14543
parents 665937ba 7d680741
No related branches found
Tags 6.10.0
No related merge requests found
...@@ -7,8 +7,7 @@ atlas_subdir( CommissionEvent ) ...@@ -7,8 +7,7 @@ atlas_subdir( CommissionEvent )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc Control/AthenaKernel )
Control/SGTools )
# External dependencies: # External dependencies:
find_package( CLHEP ) find_package( CLHEP )
...@@ -21,12 +20,12 @@ atlas_add_library( CommissionEvent ...@@ -21,12 +20,12 @@ atlas_add_library( CommissionEvent
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS} DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaKernel
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} )
atlas_add_dictionary( CommissionEventDict atlas_add_dictionary( CommissionEventDict
CommissionEvent/CommissionEventDict.h CommissionEvent/CommissionEventDict.h
CommissionEvent/selection.xml CommissionEvent/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} SGTools CommissionEvent ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CommissionEvent )
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// // // //
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#include "CLHEP/Vector/ThreeVector.h" #include "CLHEP/Vector/ThreeVector.h"
class ComTime class ComTime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment