Skip to content
Snippets Groups Projects
Commit f5538ce9 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

COMP: wrong library name used

parent 2dca3ff0
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment