From bd55773930e899a93f09e45d212d5171e79f310e Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 20 Feb 2007 07:51:55 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20r=C3=A9pertoire=20install=20de=20l?= =?UTF-8?q?a=20libsvm.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utilities/otbsvm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/otbsvm/CMakeLists.txt b/Utilities/otbsvm/CMakeLists.txt index a90ebf8247..59850f4338 100755 --- a/Utilities/otbsvm/CMakeLists.txt +++ b/Utilities/otbsvm/CMakeLists.txt @@ -6,5 +6,5 @@ svm.cxx ) ADD_LIBRARY(otbsvm ${OTBSVM_SRCS}) -INSTALL_TARGETS(/lib/otb/Utilities/otbsvm otbsvm) +INSTALL_TARGETS(/lib/otb otbsvm) INSTALL_FILES(/include/otb/Utilities/otbsvm svm.h) -- GitLab