Skip to content
Snippets Groups Projects
Commit c07e6515 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clidsvc.IOVDbDataModel-20180928' into 'master'

IOVDbDataModel: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14583
parents 2915c23a 5ae2bfdd
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ atlas_subdir( IOVDbDataModel ) ...@@ -8,8 +8,6 @@ atlas_subdir( IOVDbDataModel )
# 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
GaudiKernel GaudiKernel
PRIVATE PRIVATE
...@@ -23,12 +21,12 @@ atlas_add_library( IOVDbDataModel ...@@ -23,12 +21,12 @@ atlas_add_library( IOVDbDataModel
src/*.cxx src/*.cxx
PUBLIC_HEADERS IOVDbDataModel PUBLIC_HEADERS IOVDbDataModel
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} 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 ) PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} RootUtils )
atlas_add_dictionary( IOVDbDataModelDict atlas_add_dictionary( IOVDbDataModelDict
IOVDbDataModel/IOVDbDataModelDict.h IOVDbDataModel/IOVDbDataModelDict.h
IOVDbDataModel/selection.xml IOVDbDataModel/selection.xml
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} 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) ...@@ -158,9 +158,7 @@ IOVMetaDataContainer::setFolderDescription(const std::string& description)
m_folderDescription = description; m_folderDescription = description;
} }
#ifndef CLIDSVC_CLASSDEF_H #include "AthenaKernel/CLASS_DEF.h"
# include "CLIDSvc/CLASS_DEF.h"
#endif
CLASS_DEF( IOVMetaDataContainer , 1316383046 , 1 ) 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