diff --git a/Examples/Segmentation/CMakeLists.txt b/Examples/Segmentation/CMakeLists.txt index e7b90e4b59cc6d7a87dca350a9e7c5f17211a3e2..85a49620e9f7b24068f7c138bd3704e656f01925 100644 --- a/Examples/Segmentation/CMakeLists.txt +++ b/Examples/Segmentation/CMakeLists.txt @@ -74,8 +74,7 @@ TARGET_LINK_LIBRARIES(FastMarchingImageFilter OTBCommon OTBIO ITKNumerics ITKIO) #TARGET_LINK_LIBRARIES(CurvesLevelSetImageFilter ITKNumerics ITKIO) ADD_EXECUTABLE(WatershedSegmentation WatershedSegmentation.cxx ) -TARGET_LINK_LIBRARIES(WatershedSegmentation OTBCommon OTBIO -OTBSegmentation ITKAlgorithms ITKNumerics ITKIO) +TARGET_LINK_LIBRARIES(WatershedSegmentation OTBCommon OTBIO ITKAlgorithms ITKNumerics ITKIO) #ADD_EXECUTABLE(SegmentationExamples SegmentationExamples.cxx )