From c5efcd600eb97d1d95098928d9c82566a3c5f5cc Mon Sep 17 00:00:00 2001
From: Ludovic Hussonnois <ludovic.hussonnois@c-s.fr>
Date: Wed, 5 Apr 2017 16:41:46 +0200
Subject: [PATCH] REFAC: remove unncessary tests dependencies.

---
 Modules/Learning/Supervised/otb-module.cmake   | 4 +---
 Modules/Learning/Unsupervised/otb-module.cmake | 1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Modules/Learning/Supervised/otb-module.cmake b/Modules/Learning/Supervised/otb-module.cmake
index 84f8a6fd75..2c7c4ae511 100644
--- a/Modules/Learning/Supervised/otb-module.cmake
+++ b/Modules/Learning/Supervised/otb-module.cmake
@@ -36,14 +36,12 @@ ENABLE_SHARED
     OTBOpenCV
     OTBSVMLearning
     OTBShark
-    
+
   TEST_DEPENDS
     OTBTestKernel
     OTBImageIO
     OTBImageBase
-    OTBLearningBase
     OTBBoost
-    OTBUnsupervised
 
   DESCRIPTION
     "${DOCUMENTATION}"
diff --git a/Modules/Learning/Unsupervised/otb-module.cmake b/Modules/Learning/Unsupervised/otb-module.cmake
index 5f8789e008..edaf52212e 100644
--- a/Modules/Learning/Unsupervised/otb-module.cmake
+++ b/Modules/Learning/Unsupervised/otb-module.cmake
@@ -15,7 +15,6 @@ otb_module(OTBUnsupervised
   OTBTestKernel
   OTBImageIO
   OTBImageBase
-  OTBLearningBase
 
   DESCRIPTION
   "${DOCUMENTATION}"
-- 
GitLab