diff --git a/MooreCache/CMakeLists.txt b/MooreCache/CMakeLists.txt index 4952adbaeeb341bcb82f990be6c9e2510d25766d..69d8b8f26c4820ec2d817b3b7b7db499447f158d 100644 --- a/MooreCache/CMakeLists.txt +++ b/MooreCache/CMakeLists.txt @@ -20,7 +20,7 @@ set(cache_deps LHCb::LoKiCoreLib LHCb::PhysEvent Rec::FunctorCoreLib # this should bring most dependencies indirectly - Phys::ParticleCombinersLib + Rec::ParticleCombinersLib # TODO can we get this list automatically? # TODO can we depend only on the headers and not the .so files? ) @@ -76,9 +76,9 @@ foreach(options_path IN LISTS hlt2_settings) Gaudi::GaudiKernel LHCb::LoKiCoreLib LHCb::LoKiHltLib - Phys::DaVinciKernelLib - Phys::LoKiArrayFunctorsLib - Phys::LoKiPhysLib + Rec::DaVinciKernelLib + Rec::LoKiArrayFunctorsLib + Rec::LoKiPhysLib Rec::FunctorCoreLib Rec::LoKiTrackLib DEPENDS ${cache_deps} diff --git a/cmake/MooreDependencies.cmake b/cmake/MooreDependencies.cmake index fed6da1136e5612d8b378bd3ba810197a2e08775..bdb07725f9d495bf73efe524aac47ecda6a12c46 100644 --- a/cmake/MooreDependencies.cmake +++ b/cmake/MooreDependencies.cmake @@ -22,7 +22,7 @@ if(NOT COMMAND lhcb_find_package) endif() # -- Public dependencies -lhcb_find_package(Phys REQUIRED) +lhcb_find_package(Rec REQUIRED) # FIXME keep this until Allen migrates to new CMake lhcb_find_package(Allen REQUIRED) # Allen uses old-style CMake configuration diff --git a/lhcbproject.yml b/lhcbproject.yml index 184c1d5eab3e34b3667c5b4d023167b4e9e89cff..21e28d69805ee60fa9b7b96b55aba7130a36c151 100644 --- a/lhcbproject.yml +++ b/lhcbproject.yml @@ -2,5 +2,4 @@ name: Moore license: GPL-3.0-only dependencies: - - Phys - Allen