From 090a8aa2bf3f24f8adaf8994fc5396eb2e55ea5d Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 20 Jul 2006 09:29:56 +0000
Subject: [PATCH] Diverses corrections pour Windows.

---
 Testing/Code/FeatureExtraction/CMakeLists.txt | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt
index 7dbf985979..f0097464f1 100755
--- a/Testing/Code/FeatureExtraction/CMakeLists.txt
+++ b/Testing/Code/FeatureExtraction/CMakeLists.txt
@@ -16,15 +16,8 @@ SET(EPSILON 0.0000001)
 
 SET(FEATUREEXTRACTION_TESTS ${CXX_TEST_PATH}/otbFeatureExtractionTests)
 
-
-
-IF(WIN32)
-        SET(BASELINE_FILES_FE_ALIGN ${BASELINE_FILES}/feAlign_WIN32.txt)
-ELSE(WIN32)
-        SET(BASELINE_FILES_FE_ALIGN ${BASELINE_FILES}/feAlign.txt)
-ENDIF(WIN32)
 ADD_TEST(feTvAlignMV2ITK ${FEATUREEXTRACTION_TESTS}  
-   --compare-ascii      ${BASELINE_FILES_FE_ALIGN}
+   --compare-ascii      ${BASELINE_FILES}/feAlign.txt
                         ${TEMP}/feAlign.txt
         otbAlignImageToPath
 	${INPUTDATA}/poupees.hdr
-- 
GitLab