From 40b3a9007c126c2b37c64416f01ca33d96c659ba Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Fri, 16 Nov 2018 16:22:40 +0100 Subject: [PATCH] ADD: integrate diapotb as official remote module --- Modules/Remote/diapotb.remote.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Modules/Remote/diapotb.remote.cmake diff --git a/Modules/Remote/diapotb.remote.cmake b/Modules/Remote/diapotb.remote.cmake new file mode 100644 index 0000000000..c679c41bda --- /dev/null +++ b/Modules/Remote/diapotb.remote.cmake @@ -0,0 +1,6 @@ +#Contact: Gaëlle USSEGLIO +otb_fetch_module(DiapOTBModule + "OTB module for SAR processing in Diapason." + GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/remote_modules/diapotb.git + GIT_TAG master +) -- GitLab