Skip to content
Snippets Groups Projects
Commit d9aeca11 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cmake.AthContainersInterfaces-20180322' into 'master'

AthContainersInterfaces: cmake fix

See merge request atlas/athena!9940

Former-commit-id: 2ab2a1b5
parents 7e5b8536 dcccb786
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ endif()
# Declare the package's dependencies:
atlas_depends_on_subdirs(
PUBLIC
Control/CxxUtils
${extra_deps} )
# External dependencies:
......@@ -26,7 +27,7 @@ atlas_add_library( AthContainersInterfaces
INTERFACE
PUBLIC_HEADERS AthContainersInterfaces
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${extra_libs} )
LINK_LIBRARIES CxxUtils ${Boost_LIBRARIES} ${extra_libs} )
# Test(s) in the package:
atlas_add_test( AuxStore_traits_test
......
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