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

Merge branch 'clidsvc.AthenaInterprocess-20180927' into 'master'

AthenaInterprocess: CLIDSvc -> AthenaKernel

See merge request atlas/athena!14544
parents f4837010 65da3b4a
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#ifndef ATHENAINTERPROCESS_SHAREDQUEUE_H #ifndef ATHENAINTERPROCESS_SHAREDQUEUE_H
#define ATHENAINTERPROCESS_SHAREDQUEUE_H #define ATHENAINTERPROCESS_SHAREDQUEUE_H
#include "CLIDSvc/CLASS_DEF.h" #include "AthenaKernel/CLASS_DEF.h"
// full include needed, as message_queue has changed into a // full include needed, as message_queue has changed into a
// template for more recent versions of boost // template for more recent versions of boost
......
...@@ -7,8 +7,7 @@ atlas_subdir( AthenaInterprocess ) ...@@ -7,8 +7,7 @@ atlas_subdir( AthenaInterprocess )
# Declare the package's dependencies: # Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC atlas_depends_on_subdirs( PUBLIC
Control/CLIDSvc Control/AthenaKernel
Control/SGTools
GaudiKernel ) GaudiKernel )
# External dependencies: # External dependencies:
...@@ -20,5 +19,5 @@ atlas_add_library( AthenaInterprocess ...@@ -20,5 +19,5 @@ atlas_add_library( AthenaInterprocess
src/*.cxx src/*.cxx
PUBLIC_HEADERS AthenaInterprocess PUBLIC_HEADERS AthenaInterprocess
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${UUID_LIBRARIES} SGTools GaudiKernel ) LINK_LIBRARIES ${Boost_LIBRARIES} ${UUID_LIBRARIES} AthenaKernel GaudiKernel rt )
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