Skip to content
Snippets Groups Projects
Commit 66d05f74 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'Fix cmake warning.' (RecAthenaPool-00-07-10)

	* Tagging RecAthenaPool-00-07-10.
	* CMakeLists.txt: Fix cmake warning.
	* Tagging RecAthenaPool-00-07-09.
	* Get tests working in cmake build.


Former-commit-id: f61081e0
parent 4655f34b
No related branches found
No related tags found
Loading
...@@ -24,10 +24,25 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -24,10 +24,25 @@ atlas_depends_on_subdirs( PUBLIC
atlas_add_poolcnv_library( RecAthenaPoolPoolCnv atlas_add_poolcnv_library( RecAthenaPoolPoolCnv
src/*.cxx src/*.cxx
FILES MissingETEvent/MissingEtCalo.h MissingETEvent/MissingEtTruth.h MissingETEvent/MissingET.h MissingETEvent/MissingETComposition.h muonEvent/MuonSpShowerContainer.h muonEvent/MuonCaloEnergyContainer.h muonEvent/MuonContainer.h src/MuonCaloEnergies.h FILES MissingETEvent/MissingEtCalo.h MissingETEvent/MissingEtTruth.h MissingETEvent/MissingET.h MissingETEvent/MissingETComposition.h muonEvent/MuonSpShowerContainer.h muonEvent/MuonCaloEnergyContainer.h muonEvent/MuonContainer.h src/MuonCaloEnergies.h
TYPES_WITH_NAMESPACE MuonCaloEnergyContainer Rec::MuonSpShowerContainer Analysis::MuonContainer TPCnv::MuonCaloEnergies TYPES_WITH_NAMESPACE Rec::MuonSpShowerContainer Analysis::MuonContainer TPCnv::MuonCaloEnergies
LINK_LIBRARIES AthenaPoolUtilities SGTools StoreGateLib SGtests AthenaPoolCnvSvcLib GaudiKernel MissingETEvent muonEvent RecTPCnv ) LINK_LIBRARIES AthenaPoolUtilities SGTools StoreGateLib SGtests AthenaPoolCnvSvcLib GaudiKernel MissingETEvent muonEvent RecTPCnv )
# Install files from the package: # Install files from the package:
atlas_install_headers( RecAthenaPool ) atlas_install_headers( RecAthenaPool )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
# Set up (a) test(s) for the converter(s):
if( IS_DIRECTORY ${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities )
set( AthenaPoolUtilitiesTest_DIR
${CMAKE_SOURCE_DIR}/Database/AthenaPOOL/AthenaPoolUtilities/cmake )
endif()
find_package( AthenaPoolUtilitiesTest )
if( ATHENAPOOLUTILITIESTEST_FOUND )
run_tpcnv_test( RecTPCnv_15.0.0 AOD-15.0.0-full )
run_tpcnv_test( RecTPCnv_15.6.1 AOD-15.6.1-full )
run_tpcnv_test( RecTPCnv_17.0.6 AOD-17.0.6-full )
run_tpcnv_test( RecTPCnv_18.0.0 AOD-18.0.0-full )
else()
message( WARNING "Couldn't find AthenaPoolUtilitiesTest. No test(s) set up." )
endif()
...@@ -47,7 +47,4 @@ keys = [ ...@@ -47,7 +47,4 @@ keys = [
'MuonSpShowers', 'MuonSpShowers',
] ]
from AthenaCommon.JobProperties import jobproperties
jobproperties.Global.DetDescrVersion = 'ATLAS-GEO-10-00-00'
include ('AthenaPoolUtilities/TPCnvTest.py') include ('AthenaPoolUtilities/TPCnvTest.py')
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