From 5026b89627831ce07ceec0b3fbdff69b88ffc97e Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 18 Aug 2010 11:14:57 +0200 Subject: [PATCH] ENH: wrong variable name in CMakeList --- Testing/Code/Common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Common/CMakeLists.txt b/Testing/Code/Common/CMakeLists.txt index 09644cca9e..8dcec70821 100644 --- a/Testing/Code/Common/CMakeLists.txt +++ b/Testing/Code/Common/CMakeLists.txt @@ -35,7 +35,7 @@ SET(COMMON_TESTS11 ${CXX_TEST_PATH}/otbCommonTests11) IF(OTB_COMPILE_MUPARSER) SET(COMMON_TESTS12 ${CXX_TEST_PATH}/otbCommonTests12) ENDIF(OTB_COMPILE_MUPARSER) -SET(COMMON_TESTS8 ${CXX_TEST_PATH}/otbCommonTests13) +SET(COMMON_TESTS13 ${CXX_TEST_PATH}/otbCommonTests13) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbCommonTests1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- GitLab