From 3a877820d42a05e3448f2279105fc5ec3fade9b8 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <fwinkl@cern> Date: Tue, 1 Sep 2020 18:04:03 +0200 Subject: [PATCH] StlAthenaPoolCnv: cmake cleanup Remove `atlas_depends_on_subdirs` and update link dependencies. --- .../AthenaPOOL/StlAthenaPoolCnv/CMakeLists.txt | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Database/AthenaPOOL/StlAthenaPoolCnv/CMakeLists.txt b/Database/AthenaPOOL/StlAthenaPoolCnv/CMakeLists.txt index 26acdba56e72..6a301f1323e2 100644 --- a/Database/AthenaPOOL/StlAthenaPoolCnv/CMakeLists.txt +++ b/Database/AthenaPOOL/StlAthenaPoolCnv/CMakeLists.txt @@ -1,19 +1,9 @@ -################################################################################ -# Package: StlAthenaPoolCnv -################################################################################ +# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( StlAthenaPoolCnv ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - GaudiKernel - PRIVATE - Control/SGTools - Database/AthenaPOOL/AthenaPoolCnvSvc ) - # Component(s) in the package: atlas_add_component( StlAthenaPoolCnv src/*.cxx - LINK_LIBRARIES GaudiKernel SGTools AthenaPoolCnvSvcLib ) - + LINK_LIBRARIES SGTools AthenaPoolCnvSvcLib ) -- GitLab