From 6695ac26b676209d1d91d1d26c93472a98bdd14d Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 6 Jun 2011 19:22:22 +0200 Subject: [PATCH] COMP: fix previous commit --- Testing/Code/Projections/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Projections/CMakeLists.txt b/Testing/Code/Projections/CMakeLists.txt index f496f8fc17..0d3ce5826c 100644 --- a/Testing/Code/Projections/CMakeLists.txt +++ b/Testing/Code/Projections/CMakeLists.txt @@ -1064,7 +1064,7 @@ IF(OTB_DATA_USE_LARGEINPUT) # 3 ) # SET_TESTS_PROPERTIES(prTvVectorDataIntoImageProjectionFilter_${VectorDataIntoImage_TESTNB} # PROPERTIES WILL_FAIL true) - ENDFOREACH() +# ENDFOREACH() ENDIF(OTB_DATA_USE_LARGEINPUT) -- GitLab