From 2ab1001ab1a28d80ea789fa0229d77478ea8a80e Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Fri, 26 Apr 2019 17:39:57 +0200
Subject: [PATCH] Change an option to check process

---
 CI/sb_configure_options.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CI/sb_configure_options.cmake b/CI/sb_configure_options.cmake
index 7b1b1e2e9d..8c321ce522 100644
--- a/CI/sb_configure_options.cmake
+++ b/CI/sb_configure_options.cmake
@@ -24,7 +24,7 @@ set ( cmake_configure_option
 CMAKE_INSTALL_PREFIX:PATH=${CTEST_INSTALL_DIRECTORY}")
 
 set ( temporary_option
-"OTB_USE_LIBKML=OFF
+"OTB_USE_LIBKML=ON
 OTB_USE_MPI=OFF")
 
 set(concat_options
-- 
GitLab