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

IOVDbDataModel: CLIDSvc -> AthenaKernel

Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
Also remove unneeded dependency on SGTools.
parent a33f34cb
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ atlas_subdir( IOVDbDataModel )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaKernel
Control/CLIDSvc
Control/SGTools
Database/AthenaPOOL/AthenaPoolUtilities
GaudiKernel
PRIVATE
......@@ -23,12 +21,12 @@ atlas_add_library( IOVDbDataModel
src/*.cxx
PUBLIC_HEADERS IOVDbDataModel
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES AthenaKernel SGTools AthenaPoolUtilities GaudiKernel RootUtilsPyROOT
LINK_LIBRARIES AthenaKernel AthenaPoolUtilities GaudiKernel RootUtilsPyROOT
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} RootUtils )
atlas_add_dictionary( IOVDbDataModelDict
IOVDbDataModel/IOVDbDataModelDict.h
IOVDbDataModel/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaKernel SGTools AthenaPoolUtilities GaudiKernel RootUtils RootUtilsPyROOT IOVDbDataModel )
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaKernel AthenaPoolUtilities GaudiKernel RootUtils RootUtilsPyROOT IOVDbDataModel )
......@@ -158,9 +158,7 @@ IOVMetaDataContainer::setFolderDescription(const std::string& description)
m_folderDescription = description;
}
#ifndef CLIDSVC_CLASSDEF_H
# include "CLIDSvc/CLASS_DEF.h"
#endif
#include "AthenaKernel/CLASS_DEF.h"
CLASS_DEF( IOVMetaDataContainer , 1316383046 , 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