From faa4f2932dda0234b462d52602103fcd5fd8d79e Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 5 Jul 2012 13:31:25 +0200 Subject: [PATCH] COMP: remove commented code in OTBConfig --- CMake/OTBConfig.cmake.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMake/OTBConfig.cmake.in b/CMake/OTBConfig.cmake.in index f40c9ff844..764cea4289 100644 --- a/CMake/OTBConfig.cmake.in +++ b/CMake/OTBConfig.cmake.in @@ -65,10 +65,6 @@ SET(OTB_CSWIG_JAVA "@OTB_CSWIG_JAVA@") # Path to CableSwig configuration used by OTB. SET(OTB_CableSwig_DIR "@OTB_CableSwig_DIR_CONFIG@") -# A list of all libraries for OTB. Those listed here should -# automatically pull in their dependencies. -# SET(OTB_LIBRARIES OTBAlgorithms OTBStatistics OTBFEM) - # The OTB library dependencies. IF(NOT OTB_NO_LIBRARY_DEPENDS AND EXISTS "@OTB_LIBRARY_DEPENDS_FILE@") -- GitLab