From 69e21e086fccb45341468459fe0858370ed8b305 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Sat, 21 Feb 2015 00:34:02 +0100
Subject: [PATCH] COMP: fix tests declaration in Supervised

---
 Modules/Learning/Supervised/test/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Modules/Learning/Supervised/test/CMakeLists.txt b/Modules/Learning/Supervised/test/CMakeLists.txt
index 446fd2bf9e..7ffe8757b4 100644
--- a/Modules/Learning/Supervised/test/CMakeLists.txt
+++ b/Modules/Learning/Supervised/test/CMakeLists.txt
@@ -47,9 +47,9 @@ otb_add_test(NAME leTvConfusionMatrixConcatenateTest COMMAND otbSupervisedTestDr
   ${INPUTDATA}/Classification/QB_1_ortho_C6.csv)
 
 if(OTB_USE_LIBSVM)
-  include(test-libsvm)
+  include(tests-libsvm.cmake)
 endif()
 
 if(OTB_USE_OPENCV)
-  include(test-opencv)
+  include(tests-opencv.cmake)
 endif()
-- 
GitLab