From f20df51195f1da39c6afbf68fc3ae9f2728042fa Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Thu, 18 Sep 2008 13:25:31 +0000 Subject: [PATCH] BUG: Error in the program name. --- Examples/Installation/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/Installation/CMakeLists.txt b/Examples/Installation/CMakeLists.txt index a0a6fb03f8..25873179d7 100644 --- a/Examples/Installation/CMakeLists.txt +++ b/Examples/Installation/CMakeLists.txt @@ -8,6 +8,6 @@ ELSE(OTB_FOUND) "Cannot build HelloWorld application without OTB. Please set OTB_DIR.") ENDIF(OTB_FOUND) -ADD_EXECUTABLE(SVMImageEstimatorClassificationMultiExample SVMImageEstimatorClassificationMultiExample.cxx ) +ADD_EXECUTABLE(HelloWorld HelloWorld.cxx ) -TARGET_LINK_LIBRARIES(SVMImageEstimatorClassificationMultiExample ITKIO OTBIO OTBCommon ITKCommon OTBLearning) +TARGET_LINK_LIBRARIES(HelloWorld ITKIO OTBIO OTBCommon ITKCommon OTBLearning) -- GitLab