From 4f0dd39fd1d1bfdf7c16af436e393dfe4aad508b Mon Sep 17 00:00:00 2001
From: Marco Cattaneo <marco.cattaneo@cern.ch>
Date: Tue, 23 Oct 2018 15:24:53 +0200
Subject: [PATCH] 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