diff --git a/Examples/Patented/CMakeLists.txt b/Examples/Patented/CMakeLists.txt index 83f9007b8f4cd0672235c098937b2ffc746f4fe3..5b855361acf492f840fe3af125d56ba6afac8101 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 )