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

Merge branch 'clidsvc.AFP_Geometry-20181003' into 'master'

AFP_Geometry: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14705

Former-commit-id: 4374b06e
parents b7f59bba 6027c10e
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,7 @@ ...@@ -11,10 +11,7 @@
#include "CLHEP/Geometry/Point3D.h" #include "CLHEP/Geometry/Point3D.h"
#include "GeoModelKernel/GeoTransform.h" #include "GeoModelKernel/GeoTransform.h"
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
#ifndef __CINT__
#include "CLIDSvc/CLASS_DEF.h"
#endif
#include <list> #include <list>
#include <map> #include <map>
......
...@@ -7,11 +7,9 @@ atlas_subdir( AFP_Geometry ) ...@@ -7,11 +7,9 @@ atlas_subdir( AFP_Geometry )
# 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
DetectorDescription/GeoModel/GeoModelKernel DetectorDescription/GeoModel/GeoModelKernel
PRIVATE PRIVATE
Control/AthenaKernel
Control/StoreGate Control/StoreGate
GaudiKernel GaudiKernel
Tools/PathResolver ) Tools/PathResolver )
...@@ -25,6 +23,6 @@ atlas_add_library( AFP_Geometry ...@@ -25,6 +23,6 @@ atlas_add_library( AFP_Geometry
PUBLIC_HEADERS AFP_Geometry PUBLIC_HEADERS AFP_Geometry
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS} DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools GeoModelKernel StoreGateLib SGtests LINK_LIBRARIES ${CLHEP_LIBRARIES} GeoModelKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES AthenaKernel GaudiKernel PathResolver ) PRIVATE_LINK_LIBRARIES AthenaKernel GaudiKernel PathResolver )
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