From 9fb51de03c9f698165a22ad00a6f2569ed12fe2b Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 15 Sep 2011 15:08:00 +0200 Subject: [PATCH] ENH: removing unused variable --- Testing/Code/Wrappers/Python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Testing/Code/Wrappers/Python/CMakeLists.txt b/Testing/Code/Wrappers/Python/CMakeLists.txt index 067849e654..fae774fcc9 100644 --- a/Testing/Code/Wrappers/Python/CMakeLists.txt +++ b/Testing/Code/Wrappers/Python/CMakeLists.txt @@ -2,7 +2,6 @@ SET(BASELINE ${OTB_DATA_ROOT}/Baseline/OTB/Images) SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files) SET(INPUTDATA ${OTB_DATA_ROOT}/Input) -SET(SPECTRUM_DB ${OTB_DATA_ROOT}/Input/BD-CNES) SET(TEMP ${OTBTesting_BINARY_DIR}/Temporary) -- GitLab