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

CondDBObjects: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.



Former-commit-id: 1ee4323bb1821dd8064b94ec3aba5f1047831d70
parent e82f68c3
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,12 @@ atlas_subdir( CondDBObjects )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
GaudiKernel )
# Component(s) in the package:
atlas_add_library( CondDBObjects
src/*.cxx
PUBLIC_HEADERS CondDBObjects
LINK_LIBRARIES SGTools GaudiKernel )
LINK_LIBRARIES GaudiKernel )
......@@ -5,7 +5,7 @@
#ifndef CONDDBOBJECTS_GENERICDBTABLE_CLASSDEF_H
#define CONDDBOBJECTS_GENERICDBTABLE_CLASSDEF_H
#include "CLIDSvc/CLASS_DEF.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "CondDBObjects/GenericDbTable.h"
CLASS_DEF(GenericDbTable, 94049889, 1)
......
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