Skip to content
Snippets Groups Projects

CI: Enable diapotb

Merged Guillaume Pasero requested to merge ci_diapotb into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -71,8 +71,7 @@ if(XDK_PATH)
set(cmake_configure_option
"${cmake_configure_option}
CMAKE_PREFIX_PATH=${XDK_PATH}")
# DiapOTBModule disabled until documentation can build it
foreach(remote_module OTBTemporalGapFilling Mosaic SertitObject)#otbGRM #Mosaic # #SertitObject #DiapOTBModule
foreach(remote_module OTBTemporalGapFilling Mosaic SertitObject DiapOTBModule)#otbGRM
set(cmake_configure_option
"${cmake_configure_option}
Module_${remote_module}:BOOL=ON")
Loading