From 6e9441e5e15292e5e64ac82787a52bfd52b4d4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Wed, 30 Jan 2019 21:01:14 -0500 Subject: [PATCH] ENH: Update the ITKIOFDF remote module. Update the ITKIOFDF remote module: - Update the new GitHub repository URL. - Bump the latest version. --- Modules/Remote/IOFDF.remote.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Remote/IOFDF.remote.cmake b/Modules/Remote/IOFDF.remote.cmake index 70d8def8aa5..46b0e693780 100644 --- a/Modules/Remote/IOFDF.remote.cmake +++ b/Modules/Remote/IOFDF.remote.cmake @@ -1,5 +1,5 @@ itk_fetch_module(IOFDF "FDFImageIO plugin for ITK. Authors Gleen Pierce/Nick Tustison/Kent Williams" - GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/itkFDFImageIO.git - GIT_TAG f6b4a00c610c9876987492fccc763a57f497448e + GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKIOFDF.git + GIT_TAG 55130c5a36f9ac2e45d4190ea58c31eb66331bf6 )