From c926775151f954e008346fbf8b5028293a903809 Mon Sep 17 00:00:00 2001
From: Stephane ALBERT <stephane.albert@c-s.fr>
Date: Mon, 15 Apr 2019 12:04:56 +0200
Subject: [PATCH] ENH: Temporarily disabled MPI in superbuild-prepare stage.

---
 CI/sb_configure_options.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CI/sb_configure_options.cmake b/CI/sb_configure_options.cmake
index 1487eedcaf..8f3f639fc9 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=OFF OTB_USE_MPI=OFF")
 
 set(concat_options
 "${cmake_configure_option}
@@ -36,4 +36,4 @@ string (REPLACE "\n" ";" sb_options ${concat_options})
 
 foreach(item ${sb_options})
   set( SB_CONFIGURE_OPTIONS "${SB_CONFIGURE_OPTIONS}-D${item};")
-endforeach(item)
\ No newline at end of file
+endforeach(item)
-- 
GitLab