diff --git a/CI/configure_options.cmake b/CI/configure_options.cmake index 25a271891b89603e51890ff0530f7c49369d9d9c..2f10ee0e995d0e8fe4e6a8430ee96701fef5c849 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")