From 374f93ddde1a28fd39efc3152adfad62bb5d7a6f Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Wed, 15 Apr 2020 16:56:01 +0200 Subject: [PATCH] ALFA_Geometry: cmake fixes Library dependency fixes. --- ForwardDetectors/ALFA/ALFA_Geometry/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForwardDetectors/ALFA/ALFA_Geometry/CMakeLists.txt b/ForwardDetectors/ALFA/ALFA_Geometry/CMakeLists.txt index 7a8854b5553..18613b4b4be 100644 --- a/ForwardDetectors/ALFA/ALFA_Geometry/CMakeLists.txt +++ b/ForwardDetectors/ALFA/ALFA_Geometry/CMakeLists.txt @@ -27,7 +27,7 @@ atlas_add_library( ALFA_Geometry INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} DEFINITIONS ${CLHEP_DEFINITIONS} LINK_LIBRARIES ${Boost_LIBRARIES} ${CORAL_LIBRARIES} ${CLHEP_LIBRARIES} AthenaKernel GaudiKernel StoreGateLib SGtests - PRIVATE_LINK_LIBRARIES PathResolver ) + PRIVATE_LINK_LIBRARIES PathResolver GeoModelInterfaces RDBAccessSvcLib ) # Install files from the package: atlas_install_runtime( share/metrology/*.dat ) -- GitLab