diff --git a/LArCalorimeter/LArGeoModel/LArGeoAlgsNV/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoAlgsNV/CMakeLists.txt index b377202b33f3260ebc5c7a8f2e2878099767fc04..2fb0bc94a89b068a8495cd4d1b73e4b3cc90e2f5 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoAlgsNV/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoAlgsNV/CMakeLists.txt @@ -1,20 +1,17 @@ -################################################################################ -# Package: LArGeoAlgsNV -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoAlgsNV ) # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_component( LArGeoAlgsNV src/*.cxx src/components/*.cxx - INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} ${EIGEN_LIBRARIES} GeoModelUtilities LArReadoutGeometry SGTools StoreGateLib SGtests DetDescrConditions GaudiKernel LArGeoBarrel LArGeoCode LArGeoEndcap LArGeoRAL LArGeoTBBarrel LArHV RDBAccessSvcLib ) + INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry SGTools StoreGateLib SGtests DetDescrConditions GaudiKernel LArGeoBarrel LArGeoCode LArGeoEndcap LArGeoRAL LArGeoTBBarrel LArHV RDBAccessSvcLib ) # Install files from the package: atlas_install_python_modules( python/*.py ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoBarrel/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoBarrel/CMakeLists.txt index 605a22567505769caa9c7712d842a245c302c0d5..428c469718b123ce4f218facf4dc9399b46d3871 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoBarrel/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoBarrel/CMakeLists.txt @@ -1,19 +1,16 @@ -################################################################################ -# Package: LArGeoBarrel -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoBarrel ) # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArGeoBarrel src/*.cxx PUBLIC_HEADERS LArGeoBarrel - INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} LArGeoCode StoreGateLib SGtests + INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} LArGeoCode StoreGateLib SGtests PRIVATE_LINK_LIBRARIES GeoModelUtilities GaudiKernel LArReadoutGeometry RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoCode/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoCode/CMakeLists.txt index 9c90099e7495b30fa22cd96754cf7ad5947e1bf6..2d15b97aa584c913811fb9f6fa0e5cc3c978b217 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoCode/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoCode/CMakeLists.txt @@ -1,6 +1,4 @@ -################################################################################ -# Package: LArGeoCode -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoCode ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoEndcap/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoEndcap/CMakeLists.txt index bd34b62ceef547769063c91133965ced5646f7ae..990847ecdbbe6e28d5690f955e56e401507fff8d 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoEndcap/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoEndcap/CMakeLists.txt @@ -1,19 +1,16 @@ -################################################################################ -# Package: LArGeoEndcap -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoEndcap ) # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArGeoEndcap src/*.cxx PUBLIC_HEADERS LArGeoEndcap - INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} LArGeoFcal LArGeoHec StoreGateLib SGtests CaloDetDescrLib + INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} LArGeoFcal LArGeoHec StoreGateLib SGtests CaloDetDescrLib PRIVATE_LINK_LIBRARIES CaloIdentifier GeoModelUtilities GeoSpecialShapes GaudiKernel LArGeoCode LArGeoMiniFcal RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoFcal/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoFcal/CMakeLists.txt index c201654de36acc019add99b9e3133e535d1d564c..65c2869089569a99107a4f2693ec0d0b469f6602 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoFcal/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoFcal/CMakeLists.txt @@ -1,12 +1,9 @@ -################################################################################ -# Package: LArGeoFcal -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoFcal ) # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # tag NEEDS_CORAL_BASE was not recognized in automatic conversion in cmt2cmake @@ -16,7 +13,6 @@ atlas_add_library( LArGeoFcal src/*.cxx PUBLIC_HEADERS LArGeoFcal INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} - PRIVATE_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${EIGEN_LIBRARIES} GeoModelUtilities GaudiKernel LArReadoutGeometry RDBAccessSvcLib ) + PRIVATE_LINK_LIBRARIES GeoModelUtilities GaudiKernel LArReadoutGeometry RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/CMakeLists.txt index b03d70eb2a8142ceb13f66b896adbe1f384f5553..9d95a52b2f34574008d9ce79146136e84993332b 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoH62002Algs/CMakeLists.txt @@ -1,33 +1,14 @@ -################################################################################ -# Package: LArGeoH62002Algs -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoH62002Algs ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - DetectorDescription/GeoModel/GeoModelUtilities - LArCalorimeter/LArGeoModel/LArReadoutGeometry - PRIVATE - Control/StoreGate - Database/RDBAccessSvc - DetectorDescription/GeoModel/GeoModelInterfaces - GaudiKernel - LArCalorimeter/LArG4/LArG4RunControl - LArCalorimeter/LArGeoModel/LArGeoCode - LArCalorimeter/LArGeoModel/LArGeoEndcap - LArCalorimeter/LArGeoModel/LArGeoH6Cryostats ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_component( LArGeoH62002Algs src/*.cxx src/components/*.cxx - INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry StoreGateLib SGtests GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoH6Cryostats RDBAccessSvcLib ) + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry StoreGateLib SGtests GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoH6Cryostats RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62003Algs/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoH62003Algs/CMakeLists.txt index 2b6c64ca13cbe3b8bbf359028ad4182e92a95ce8..d8185218197e6d032fcb208bb29938cc9a1fc5bb 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoH62003Algs/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoH62003Algs/CMakeLists.txt @@ -1,32 +1,14 @@ -################################################################################ -# Package: LArGeoH62003Algs -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoH62003Algs ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - DetectorDescription/GeoModel/GeoModelUtilities - LArCalorimeter/LArGeoModel/LArReadoutGeometry - PRIVATE - Control/StoreGate - Database/RDBAccessSvc - DetectorDescription/GeoModel/GeoModelInterfaces - GaudiKernel - LArCalorimeter/LArG4/LArG4RunControl - LArCalorimeter/LArGeoModel/LArGeoFcal - LArCalorimeter/LArGeoModel/LArGeoH6Cryostats ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_component( LArGeoH62003Algs src/*.cxx src/components/*.cxx - INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry StoreGateLib SGtests GaudiKernel LArG4RunControl LArGeoFcal LArGeoH6Cryostats RDBAccessSvcLib ) + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry StoreGateLib SGtests GaudiKernel LArG4RunControl LArGeoFcal LArGeoH6Cryostats RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/CMakeLists.txt index 2455af7cbcf276c49f5a94ef2777321049143a54..bef244ad12b4a48ba7e2f51a13f6bbd8655d9911 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoH62004Algs/CMakeLists.txt @@ -1,39 +1,17 @@ -################################################################################ -# Package: LArGeoH62004Algs -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoH62004Algs ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - Control/StoreGate - DetectorDescription/GeoModel/GeoModelInterfaces - DetectorDescription/GeoModel/GeoModelUtilities - LArCalorimeter/LArGeoModel/LArReadoutGeometry - PRIVATE - Calorimeter/CaloDetDescr - Control/AthContainers - Database/RDBAccessSvc - GaudiKernel - LArCalorimeter/LArG4/LArG4RunControl - LArCalorimeter/LArGeoModel/LArGeoCode - LArCalorimeter/LArGeoModel/LArGeoEndcap - LArCalorimeter/LArGeoModel/LArGeoH6Cryostats - LArCalorimeter/LArGeoModel/LArGeoTBEC ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_component( LArGeoH62004Algs src/*.cxx src/components/*.cxx - INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests GeoModelUtilities LArReadoutGeometry CaloDetDescrLib AthContainers GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoH6Cryostats LArGeoTBECLib RDBAccessSvcLib ) + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests GeoModelUtilities LArReadoutGeometry CaloDetDescrLib AthContainers GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoH6Cryostats LArGeoTBECLib RDBAccessSvcLib ) # Install files from the package: atlas_install_joboptions( share/*.py ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/CMakeLists.txt index 7c2b9517bb811920cc4d08db3bf46969e0c4fecf..2003ba0a87a49c99432038fe7bf5cba96089f1ab 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoH6Cryostats/CMakeLists.txt @@ -1,20 +1,9 @@ -################################################################################ -# Package: LArGeoH6Cryostats -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoH6Cryostats ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PRIVATE - Control/StoreGate - Database/RDBAccessSvc - DetectorDescription/GeoModel/GeoModelInterfaces - GaudiKernel ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) find_package( Eigen ) find_package( GeoModelCore ) @@ -22,7 +11,7 @@ find_package( GeoModelCore ) atlas_add_library( LArGeoH6Cryostats src/*.cxx PUBLIC_HEADERS LArGeoH6Cryostats - PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} - LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${EIGEN_LIBRARIES} GaudiKernel GeoModelInterfaces RDBAccessSvcLib ) + PRIVATE_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} + LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests + PRIVATE_LINK_LIBRARIES GaudiKernel GeoModelInterfaces RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoHec/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoHec/CMakeLists.txt index 998da7a407b6c7c2d6af913d5af6f685b30f0456..a00736eb75618b3d7ce2f9c3b8ee0093dd884359 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoHec/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoHec/CMakeLists.txt @@ -1,19 +1,16 @@ -################################################################################ -# Package: LArGeoHec -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoHec ) # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArGeoHec src/*.cxx PUBLIC_HEADERS LArGeoHec - PRIVATE_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} LINK_LIBRARIES StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel GeoModelUtilities GaudiKernel RDBAccessSvcLib ) + PRIVATE_LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} AthenaKernel GeoModelUtilities GaudiKernel RDBAccessSvcLib ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoRAL/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoRAL/CMakeLists.txt index d0be64f66917a982fa67b4bc352a07c82f9ad17e..c31ec831a811dd3265767fa3cd43ad81bb5dd30d 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoRAL/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoRAL/CMakeLists.txt @@ -1,30 +1,18 @@ -################################################################################ -# Package: LArGeoRAL -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoRAL ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - LArCalorimeter/LArGeoModel/LArGeoCode - PRIVATE - Control/StoreGate - Database/RDBAccessSvc - DetectorDescription/GeoModel/GeoModelInterfaces - GaudiKernel ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) +find_package( Boost COMPONENTS system ) find_package( CLHEP ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) # Component(s) in the package: atlas_add_library( LArGeoRAL src/*.cxx PUBLIC_HEADERS LArGeoRAL - PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} + PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS} LINK_LIBRARIES LArGeoCode StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} GaudiKernel RDBAccessSvcLib GeoModelInterfaces ) + PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} GaudiKernel RDBAccessSvcLib GeoModelInterfaces ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoTBBarrel/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoTBBarrel/CMakeLists.txt index ba856353119d54e428eafcb728f69825e9d61974..28833dfb5ff13cfb5370dea49d2f3d3ffeda3972 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoTBBarrel/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoTBBarrel/CMakeLists.txt @@ -1,27 +1,16 @@ -################################################################################ -# Package: LArGeoTBBarrel -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoTBBarrel ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PRIVATE - Control/StoreGate - DetectorDescription/GeoModel/GeoModelInterfaces - DetectorDescription/GeoModel/GeoModelUtilities - GaudiKernel - LArCalorimeter/LArGeoModel/LArGeoBarrel ) - # External dependencies: -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArGeoTBBarrel src/*.cxx PUBLIC_HEADERS LArGeoTBBarrel - PRIVATE_INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${EIGEN_LIBRARIES} GeoModelUtilities GaudiKernel LArGeoBarrel ) + PRIVATE_LINK_LIBRARIES GeoModelUtilities GaudiKernel LArGeoBarrel ) diff --git a/LArCalorimeter/LArGeoModel/LArGeoTBEC/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArGeoTBEC/CMakeLists.txt index a9b59c86669fa5e8430d919d951387a73e982e58..f581a4b4f94d8c92bbc72f6594d3c4c8312ada0c 100644 --- a/LArCalorimeter/LArGeoModel/LArGeoTBEC/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArGeoTBEC/CMakeLists.txt @@ -1,41 +1,20 @@ -################################################################################ -# Package: LArGeoTBEC -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArGeoTBEC ) -# Declare the package's dependencies: -atlas_depends_on_subdirs( PUBLIC - DetectorDescription/GeoModel/GeoModelUtilities - LArCalorimeter/LArGeoModel/LArReadoutGeometry - PRIVATE - Control/StoreGate - Database/RDBAccessSvc - DetectorDescription/GeoModel/GeoModelInterfaces - DetectorDescription/GeoModel/GeoSpecialShapes - GaudiKernel - LArCalorimeter/LArG4/LArG4RunControl - LArCalorimeter/LArGeoModel/LArGeoCode - LArCalorimeter/LArGeoModel/LArGeoEndcap - LArCalorimeter/LArGeoModel/LArGeoRAL ) - # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) -find_package( CORAL COMPONENTS CoralBase CoralKernel RelationalAccess ) -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArGeoTBECLib src/*.cxx PUBLIC_HEADERS LArGeoTBEC - PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} ${GEOMODELCORE_INCLUDE_DIRS} + PRIVATE_INCLUDE_DIRS ${GEOMODELCORE_INCLUDE_DIRS} LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} GeoModelUtilities LArReadoutGeometry StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} GeoSpecialShapes GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoRAL RDBAccessSvcLib ) + PRIVATE_LINK_LIBRARIES GeoSpecialShapes GaudiKernel LArG4RunControl LArGeoCode LArGeoEndcap LArGeoRAL RDBAccessSvcLib ) atlas_add_component( LArGeoTBEC src/components/*.cxx - INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS} LINK_LIBRARIES LArGeoTBECLib ) diff --git a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt index 65e1a56fc48f225ae3c3bcedc114cc584e0db74b..cf7e9856a6fc2db628bd78c85d2699da2bf2a9bf 100644 --- a/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt +++ b/LArCalorimeter/LArGeoModel/LArReadoutGeometry/CMakeLists.txt @@ -1,23 +1,19 @@ -################################################################################ -# Package: LArReadoutGeometry -################################################################################ +#Copyright (C) 2020 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( LArReadoutGeometry ) # External dependencies: -find_package( Boost COMPONENTS filesystem thread system ) +find_package( Boost COMPONENTS system ) find_package( CLHEP ) -find_package( Eigen ) find_package( GeoModelCore ) # Component(s) in the package: atlas_add_library( LArReadoutGeometry src/*.cxx PUBLIC_HEADERS LArReadoutGeometry - INCLUDE_DIRS ${EIGEN_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS} - LINK_LIBRARIES ${EIGEN_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaKernel GeoPrimitives Identifier LArHV StoreGateLib SGtests + LINK_LIBRARIES ${GEOMODELCORE_LIBRARIES} AthenaKernel GeoPrimitives Identifier LArHV StoreGateLib SGtests PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} GeoModelUtilities GaudiKernel RDBAccessSvcLib GeoModelInterfaces )