2020-08-04 02:41:32 -04:00
|
|
|
--- a/CMake/ITKDownloadSetup.cmake 2020-07-30 19:03:10.330325423 -0400
|
|
|
|
+++ b/CMake/ITKDownloadSetup.cmake 2020-07-30 19:03:10.330325423 -0400
|
|
|
|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
macro(itk_download_attempt_check _name)
|
|
|
|
if(ITK_FORBID_DOWNLOADS)
|
|
|
|
- message(SEND_ERROR "Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
2020-08-08 03:32:11 -04:00
|
|
|
+ message(WARNING "Attempted to download ${_name} when ITK_FORBID_DOWNLOADS is ON")
|
2020-08-04 02:41:32 -04:00
|
|
|
endif()
|
|
|
|
endmacro()
|
|
|
|
|
|
|
|
--- a/Modules/Remote/GenericLabelInterpolator.remote.cmake 2020-04-25 14:30:53.000000000 -0400
|
|
|
|
+++ b/Modules/Remote/GenericLabelInterpolator.remote.cmake 2020-04-25 14:30:53.000000000 -0400
|
|
|
|
@@ -44,6 +44,4 @@
|
|
|
|
itk_fetch_module(GenericLabelInterpolator
|
|
|
|
"A generic interpolator for multi-label images."
|
|
|
|
MODULE_COMPLIANCE_LEVEL 2
|
|
|
|
- GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKGenericLabelInterpolator.git
|
|
|
|
- GIT_TAG b95fe46c7f4fe8002af67c67e6fe4e1f087bf6b7
|
|
|
|
)
|