diff --git a/CI/sb_configure_options.cmake b/CI/sb_configure_options.cmake index 1487eedcaf79fce02a113d75d030a6635595c2dc..8f3f639fc982a47e99e8516d00b0c23179bb761a 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)