Skip to content
Snippets Groups Projects
Commit 644f9341 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (AthContainersInterfaces-00-01-33)

	* Tagging AthContainersInterfaces-00-01-33.
	* AthContainersInterfaces/AuxStore_traits.h: Fix clang warning.
parent c05767c7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
// $Id: AuxStore_traits.h 568070 2013-10-31 11:07:18Z krasznaa $
// $Id: AuxStore_traits.h 644841 2015-02-06 16:30:19Z ssnyder $
/**
* @file AthContainersInterfaces/AuxStore_traits.h
* @author scott snyder <snyder@bnl.gov>, Paolo Calafiura
......@@ -70,7 +70,7 @@ namespace SG {
/**
* @brief Mark that there's no associated AuxStore class.
*/
struct NoAuxStore {};
class NoAuxStore {};
/// Default traits values for aux data case.
......
################################################################################
# Package: AthContainersInterfaces
################################################################################
# Declare the package name:
atlas_subdir( AthContainersInterfaces )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/CxxUtils
Control/SGTools
PRIVATE
AtlasTest/TestTools )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
# Component(s) in the package:
atlas_add_test( AuxStore_traits_test
SOURCES
test/AuxStore_traits_test.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} CxxUtils SGTools TestTools )
atlas_add_test( AuxDataOption_test
SOURCES
test/AuxDataOption_test.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} CxxUtils SGTools TestTools )
# Install files from the package:
atlas_install_headers( AthContainersInterfaces )
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