From 6db26de0d3aabf3593d2436ce185c7ce0cd378f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= Date: Wed, 25 Sep 2019 13:19:05 +0200 Subject: [PATCH] CI: enable diapotb --- 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 256c794cbf..2de6844a26 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) set(cmake_configure_option "${cmake_configure_option} Module_${remote_module}:BOOL=ON") -- GitLab