From af75dd24f24a93f9f36aafb7d93b47490a521367 Mon Sep 17 00:00:00 2001
From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org>
Date: Mon, 3 Jul 2006 07:05:53 +0000
Subject: [PATCH] Exemple watershed

---
 Examples/CMakeLists.txt     | 1 -
 otbIncludeDirectories.cmake | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Examples/CMakeLists.txt b/Examples/CMakeLists.txt
index 23ae79fadf..f1003b4fab 100644
--- a/Examples/CMakeLists.txt
+++ b/Examples/CMakeLists.txt
@@ -7,7 +7,6 @@ SUBDIRS(
   DataRepresentation
   IO
   Filtering
-  Segmentation
   Patented
   ChangeDetection
   Visu
diff --git a/otbIncludeDirectories.cmake b/otbIncludeDirectories.cmake
index 90e8805e3e..f908ad78d6 100644
--- a/otbIncludeDirectories.cmake
+++ b/otbIncludeDirectories.cmake
@@ -16,7 +16,6 @@ SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
   ${OTB_SOURCE_DIR}/Code/FeatureExtraction
   ${OTB_SOURCE_DIR}/Code/Learning
   ${OTB_SOURCE_DIR}/Code/Visu
-  ${OTB_SOURCE_DIR}/Code/Segmentation  
 )
 
 #-----------------------------------------------------------------------------
-- 
GitLab