From a4249f5bb2c7f4b838226553c2105ad35b2c27d4 Mon Sep 17 00:00:00 2001 From: Stephane ALBERT <stephane.albert@c-s.fr> Date: Fri, 12 Apr 2019 11:28:16 +0200 Subject: [PATCH] ENH: Disabled MPI. --- CI/configure_option.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/configure_option.cmake b/CI/configure_option.cmake index 26502b11bf..d0b41c6adc 100644 --- a/CI/configure_option.cmake +++ b/CI/configure_option.cmake @@ -19,13 +19,13 @@ # # This script is a prototype for the future CI, it may evolve rapidly in a near future -#This file set the following variable : +#This file set the following variable : # * otb_build_project_option # * otb_use_option # * otb_wrap_option # * CONFIGURE_OPTIONS -set (otb_build_project_option +set (otb_build_project_option "BUILD_COOKBOOK:BOOL=OFF BUILD_EXAMPLES:BOOL=ON BUILD_SHARED_LIBS:BOOL=ON @@ -40,7 +40,7 @@ OTB_USE_GLUT:BOOL=ON OTB_USE_GSL:BOOL=ON OTB_USE_LIBKML:BOOL=ON OTB_USE_LIBSVM:BOOL=ON -OTB_USE_MPI:BOOL=ON +OTB_USE_MPI:BOOL=OFF OTB_USE_MUPARSER:BOOL=ON OTB_USE_MUPARSERX:BOOL=ON OTB_USE_OPENCV:BOOL=ON -- GitLab