From d6c664200103d389c20a30399ac77019bda6f4ca Mon Sep 17 00:00:00 2001 From: Luc Hermitte <luc.hermitte@csgroup.eu> Date: Wed, 2 Sep 2020 11:24:44 +0200 Subject: [PATCH] TST: Register S1TilingSupportApplications tests --- CI/configure_options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/configure_options.cmake b/CI/configure_options.cmake index 25a271891b..2f10ee0e99 100644 --- a/CI/configure_options.cmake +++ b/CI/configure_options.cmake @@ -70,7 +70,7 @@ if(XDK_PATH) set(cmake_configure_option "${cmake_configure_option} CMAKE_PREFIX_PATH=${XDK_PATH}") -foreach(remote_module OTBTemporalGapFilling SertitObject otbGRM DiapOTBModule) +foreach(remote_module OTBTemporalGapFilling SertitObject otbGRM DiapOTBModule S1TilingSupportApplications) set(cmake_configure_option "${cmake_configure_option} Module_${remote_module}:BOOL=ON") -- GitLab