diff --git a/CI/configure_option.cmake b/CI/configure_option.cmake index 26502b11bfa758e483b8b60cafb62e1ad6ff9067..d0b41c6adc0fe7546fecfbb698a5710cf849755d 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