From d72265f9da00db1bb422bfb4e2049c46890d5f20 Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Thu, 16 May 2019 16:00:02 +0200 Subject: [PATCH] Remove mosaic as long at it doesn't accept the PR --- CI/main_superbuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake index 0dc84326fb..ea7c5afd57 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() -- GitLab