From fc20d09e308f78c34d7583c24a02bd72748df7db Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Fri, 1 May 2020 16:28:03 +0200 Subject: [PATCH] FastCaloSimAthenaPool: cmake fixes Don't build the same sources into more than one library. --- Simulation/FastShower/FastCaloSimAthenaPool/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Simulation/FastShower/FastCaloSimAthenaPool/CMakeLists.txt b/Simulation/FastShower/FastCaloSimAthenaPool/CMakeLists.txt index 4e23e9cdb63..e57d8d5defd 100644 --- a/Simulation/FastShower/FastCaloSimAthenaPool/CMakeLists.txt +++ b/Simulation/FastShower/FastCaloSimAthenaPool/CMakeLists.txt @@ -24,7 +24,6 @@ atlas_add_library( FastCaloSimAthenaPool LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib ) atlas_add_poolcnv_library( FastCaloSimAthenaPoolPoolCnv - src/*.cxx FILES FastCaloSimAthenaPool/FastShowerInfoContainer.h FastCaloSimAthenaPool/FastShowerInfo.h INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib FastCaloSimAthenaPool ) -- GitLab