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

ALFA_GeoModel: 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
...@@ -41,7 +41,7 @@ class ALFA_DetectorManager : public GeoVDetectorManager ...@@ -41,7 +41,7 @@ class ALFA_DetectorManager : public GeoVDetectorManager
}; };
#ifndef GAUDI_NEUTRAL #ifndef GAUDI_NEUTRAL
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
class ALFA_DetectorManager; class ALFA_DetectorManager;
CLASS_DEF(ALFA_DetectorManager, 114886926, 1) CLASS_DEF(ALFA_DetectorManager, 114886926, 1)
#endif #endif
......
...@@ -8,8 +8,6 @@ atlas_subdir( ALFA_GeoModel ) ...@@ -8,8 +8,6 @@ atlas_subdir( ALFA_GeoModel )
# 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/AthenaPOOL/AthenaPoolUtilities Database/AthenaPOOL/AthenaPoolUtilities
Database/RDBAccessSvc Database/RDBAccessSvc
DetectorDescription/GeoModel/GeoModelInterfaces DetectorDescription/GeoModel/GeoModelInterfaces
...@@ -29,7 +27,7 @@ atlas_add_component( ALFA_GeoModel ...@@ -29,7 +27,7 @@ atlas_add_component( ALFA_GeoModel
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} AthenaKernel SGTools AthenaPoolUtilities GeoModelKernel GeoModelUtilities ALFA_Geometry StoreGateLib SGtests GaudiKernel ) LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} AthenaKernel AthenaPoolUtilities GeoModelKernel GeoModelUtilities ALFA_Geometry StoreGateLib SGtests GaudiKernel )
# Install files from the package: # Install files from the package:
atlas_install_headers( ALFA_GeoModel ) atlas_install_headers( ALFA_GeoModel )
......
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