From da17ae4d4955bb92d5259c6ac47bfce6c474be18 Mon Sep 17 00:00:00 2001 From: Arnaud Gelas Date: Thu, 4 Dec 2014 10:37:58 +0100 Subject: [PATCH] ENH: add MinimalPathExtraction as a remote module source code is imported from http://www.insight-journal.org/browse/publication/213 Change-Id: I8ff9c85c22f672c5c8cf92af66a6bf92d4dd8509 --- Modules/Remote/MinimalPathExtraction.remote.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Modules/Remote/MinimalPathExtraction.remote.cmake diff --git a/Modules/Remote/MinimalPathExtraction.remote.cmake b/Modules/Remote/MinimalPathExtraction.remote.cmake new file mode 100644 index 00000000000..fb87e30391a --- /dev/null +++ b/Modules/Remote/MinimalPathExtraction.remote.cmake @@ -0,0 +1,7 @@ +# Contact: Arnaud Gelas +itk_fetch_module(MinimalPathExtraction + "http://www.insight-journal.org/browse/publication/213 +" + GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/MinimalPathExtraction.git + GIT_TAG 1065027b1fea00ca2353facdb2db9d1a5e724d27 + )