Skip to content
Snippets Groups Projects
Commit fc20d09e authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

FastCaloSimAthenaPool: cmake fixes

Don't build the same sources into more than one library.
parent 08ff978d
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ atlas_add_library( FastCaloSimAthenaPool ...@@ -24,7 +24,6 @@ atlas_add_library( FastCaloSimAthenaPool
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib ) LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib )
atlas_add_poolcnv_library( FastCaloSimAthenaPoolPoolCnv atlas_add_poolcnv_library( FastCaloSimAthenaPoolPoolCnv
src/*.cxx
FILES FastCaloSimAthenaPool/FastShowerInfoContainer.h FastCaloSimAthenaPool/FastShowerInfo.h FILES FastCaloSimAthenaPool/FastShowerInfoContainer.h FastCaloSimAthenaPool/FastShowerInfo.h
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib FastCaloSimAthenaPool ) LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers AthenaPoolUtilities AthenaPoolCnvSvcLib FastCaloSimAthenaPool )
......
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