From f565642f0932f07975bcbda29eff42b5ef74a14b Mon Sep 17 00:00:00 2001
From: Stephane ALBERT <stephane.albert@c-s.fr>
Date: Mon, 15 Apr 2019 15:11:06 +0200
Subject: [PATCH] ENH: CI: Fixed SuperBuild/CI/configure_options.cmake

---
 SuperBuild/CI/configure_options.cmake | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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