From f5538ce9fe8df64c7cc849e8f6cd0eef8465e02b Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Mon, 6 Aug 2012 14:02:11 +0200 Subject: [PATCH] COMP: wrong library name used --- Examples/Patented/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Patented/CMakeLists.txt b/Examples/Patented/CMakeLists.txt index 83f9007b8f..5b855361ac 100644 --- a/Examples/Patented/CMakeLists.txt +++ b/Examples/Patented/CMakeLists.txt @@ -126,7 +126,7 @@ TARGET_LINK_LIBRARIES(otbPatentedExamplesTests ITKAlgorithms ITKStatistics OTBB IF(OTB_USE_SIFTFAST) ADD_EXECUTABLE(otbPatentedExamplesTests2 otbPatentedExamplesTests2.cxx) -TARGET_LINK_LIBRARIES(otbPatentedExamplesTests OTBBasicFilters OTBCommon OTBDisparityMap OTBIO OTBFeatureExtraction OTBTesting) +TARGET_LINK_LIBRARIES(otbPatentedExamplesTests2 OTBBasicFilters OTBCommon OTBDisparityMap OTBIO OTBFeatureExtraction OTBTesting) ENDIF(OTB_USE_SIFTFAST) ENDIF( NOT OTB_DISABLE_CXX_TESTING AND BUILD_TESTING ) -- GitLab