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

ENH: Temporarily disabled MPI in superbuild-prepare stage.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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)
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