From 2ce6cc1bb64a3463cb08bb568f7c26b7061b5556 Mon Sep 17 00:00:00 2001 From: Roman Grothausmann Date: Fri, 17 May 2019 12:10:27 +0200 Subject: [PATCH] ENH: Bump remote module ParabolicMorphology to be compatible with #855 --- Modules/Remote/ParabolicMorphology.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/ParabolicMorphology.remote.cmake b/Modules/Remote/ParabolicMorphology.remote.cmake index 2502a1e1852..b4a31a34829 100644 --- a/Modules/Remote/ParabolicMorphology.remote.cmake +++ b/Modules/Remote/ParabolicMorphology.remote.cmake @@ -5,5 +5,5 @@ itk_fetch_module(ParabolicMorphology http://www.insight-journal.org/browse/publication/228 https://hdl.handle.net/1926/1370" GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKParabolicMorphology.git - GIT_TAG d4bc69362c3e435ff5d97ed5bee0167199da69ac + GIT_TAG 996cfee503279ddb47e4969ef07a31f498429fe0 )