From 546ed0498d45b8970390e5ddb691b76225bafc8a Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Tue, 6 Apr 2010 17:47:35 +0800
Subject: [PATCH] BUG: too many problems, set OTB_GL_USE_ACCEL to OFF by
 default

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb59b1e00f..738566c5c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ IF(OTB_USE_VISU_GUI)
 	#-------------------------------
         # Display images using textures using video card acceleration
         #-------------------------------
-	OPTION(OTB_GL_USE_ACCEL "Use video card acceleration." ON)
+	OPTION(OTB_GL_USE_ACCEL "Use video card acceleration." OFF)
 	MARK_AS_ADVANCED(OTB_GL_USE_ACCEL)
 
         #-------------------------------
-- 
GitLab