From eabee43c743bc79b69cb9a2b81d065c550551b1d Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Tue, 23 Oct 2007 12:19:02 +0000
Subject: [PATCH] Modif valeur de l'OPTION BUILD_SHARED : OFF -> ON

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 85c3ee7991..732d0f0a0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -254,7 +254,7 @@ LINK_DIRECTORIES(.)
 
 #-----------------------------------------------------------------------------
 # OTB build configuration options.
-OPTION(BUILD_SHARED_LIBS "Build OTB with shared libraries." OFF)
+OPTION(BUILD_SHARED_LIBS "Build OTB with shared libraries." ON)
 SET(OTB_BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS})
 
 # Options for building some of the most common core templates explicitly only
-- 
GitLab