Commit a4249f5b authored by Stephane ALBERT's avatar Stephane ALBERT
Browse files

ENH: Disabled MPI.

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
# #
# This script is a prototype for the future CI, it may evolve rapidly in a near future # 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_build_project_option
# * otb_use_option # * otb_use_option
# * otb_wrap_option # * otb_wrap_option
# * CONFIGURE_OPTIONS # * CONFIGURE_OPTIONS
set (otb_build_project_option set (otb_build_project_option
"BUILD_COOKBOOK:BOOL=OFF "BUILD_COOKBOOK:BOOL=OFF
BUILD_EXAMPLES:BOOL=ON BUILD_EXAMPLES:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON BUILD_SHARED_LIBS:BOOL=ON
...@@ -40,7 +40,7 @@ OTB_USE_GLUT:BOOL=ON ...@@ -40,7 +40,7 @@ OTB_USE_GLUT:BOOL=ON
OTB_USE_GSL:BOOL=ON OTB_USE_GSL:BOOL=ON
OTB_USE_LIBKML:BOOL=ON OTB_USE_LIBKML:BOOL=ON
OTB_USE_LIBSVM:BOOL=ON OTB_USE_LIBSVM:BOOL=ON
OTB_USE_MPI:BOOL=ON OTB_USE_MPI:BOOL=OFF
OTB_USE_MUPARSER:BOOL=ON OTB_USE_MUPARSER:BOOL=ON
OTB_USE_MUPARSERX:BOOL=ON OTB_USE_MUPARSERX:BOOL=ON
OTB_USE_OPENCV:BOOL=ON OTB_USE_OPENCV:BOOL=ON
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment