Skip to content
Snippets Groups Projects
Commit 6586d27d authored by scott snyder's avatar scott snyder
Browse files

ALFA_Geometry: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent cc4c8b3c
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,7 @@ ...@@ -10,10 +10,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 "ALFA_Geometry/ALFA_ConfigParams.h" #include "ALFA_Geometry/ALFA_ConfigParams.h"
......
...@@ -8,8 +8,6 @@ atlas_subdir( ALFA_Geometry ) ...@@ -8,8 +8,6 @@ atlas_subdir( ALFA_Geometry )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/AthenaKernel Control/AthenaKernel
Control/CLIDSvc
Control/SGTools
Database/RDBAccessSvc Database/RDBAccessSvc
DetectorDescription/GeoModel/GeoModelInterfaces DetectorDescription/GeoModel/GeoModelInterfaces
DetectorDescription/GeoModel/GeoModelKernel DetectorDescription/GeoModel/GeoModelKernel
...@@ -29,7 +27,7 @@ atlas_add_library( ALFA_Geometry ...@@ -29,7 +27,7 @@ atlas_add_library( ALFA_Geometry
PUBLIC_HEADERS ALFA_Geometry PUBLIC_HEADERS ALFA_Geometry
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS} DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel SGTools GeoModelKernel GaudiKernel StoreGateLib SGtests LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel GeoModelKernel GaudiKernel StoreGateLib SGtests
PRIVATE_LINK_LIBRARIES PathResolver ) PRIVATE_LINK_LIBRARIES PathResolver )
# Install files from the package: # Install files from the package:
......
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