From 728535ce0465a2c181914f0829ff5a1a974b80d4 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues <eduardo.rodrigues@cern.ch> Date: Fri, 26 Oct 2018 11:30:05 +0000 Subject: [PATCH] Merge branch 'removeLbcomSysDependency' into 'master' Remove unnecessary xxSys dependencies, exposed by Lbcom!286 See merge request lhcb/DaVinci!264 (cherry picked from commit 30ee6732839f2bc7c35930eb52bcdeeba191d6a6) 4f0dd39f Remove unnecessary xxSys dependencies, exposed by Lbcom 286 --- Phys/DaVinci/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Phys/DaVinci/CMakeLists.txt b/Phys/DaVinci/CMakeLists.txt index c2e877ca8..1ccd66512 100644 --- a/Phys/DaVinci/CMakeLists.txt +++ b/Phys/DaVinci/CMakeLists.txt @@ -3,19 +3,14 @@ ################################################################################ gaudi_subdir(DaVinci) -gaudi_depends_on_subdirs(AnalysisSys - Calo/CaloDAQ +gaudi_depends_on_subdirs(Calo/CaloDAQ Det/DDDB Event/LinkerInstances GaudiConf GaudiKernel GaudiPython GaudiSvc - LbcomSys - PhysSys - RecSys Sim/SimComponents - StrippingSys Kernel/FSRAlgs) -- GitLab