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

IdDictDetDescr: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent 2fee142c
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ atlas_subdir( IdDictDetDescr )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
DetectorDescription/IdDict
PRIVATE
DetectorDescription/Identifier )
......@@ -17,6 +16,5 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_library( IdDictDetDescr
src/IdDictManager.cxx
PUBLIC_HEADERS IdDictDetDescr
LINK_LIBRARIES SGTools IdDict
PRIVATE_LINK_LIBRARIES Identifier )
LINK_LIBRARIES IdDict
PRIVATE_LINK_LIBRARIES AthenaKernel Identifier )
......@@ -16,7 +16,7 @@
//<<<<<< INCLUDES >>>>>>
#include "IdDict/IdDictDefs.h"
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
//<<<<<< PUBLIC TYPES >>>>>>
......
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