diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake index 0dc84326fb4d69957a27e56db9ba84049bc582bb..ea7c5afd577ebd19c737fcfabfacf132fe979672 100644 --- a/CI/main_superbuild.cmake +++ b/CI/main_superbuild.cmake @@ -127,7 +127,7 @@ set (CONFIGURE_OPTIONS "") include ( "${CMAKE_CURRENT_LIST_DIR}/configure_options.cmake" ) # For superbuild we need remote module -foreach(remote_module Mosaic otbGRM DiapOTBModule OTBTemporalGapFilling) #SertitObject +foreach(remote_module otbGRM DiapOTBModule OTBTemporalGapFilling) #Mosaic # #SertitObject set ( CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS}-DModule_${remote_module}:BOOL=ON;") endforeach()