From 2211ee71d888b207cf326881eecd1e5d1d7cc2b6 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 15 Apr 2021 10:22:57 +0800 Subject: [PATCH] Update ITK to v5.2.0 to fix build error when compiling OpenJPEG Change ITK to the current latest version, which includes this fix. Rebased to `develop` branch from PR https://github.com/SuperElastix/SimpleElastix/pull/425 . --- SuperBuild/External_ITK.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SuperBuild/External_ITK.cmake b/SuperBuild/External_ITK.cmake index f8545c3b2..08954eeb6 100644 --- a/SuperBuild/External_ITK.cmake +++ b/SuperBuild/External_ITK.cmake @@ -53,7 +53,7 @@ set(ITK_GIT_REPOSITORY "${git_protocol}://github.com/InsightSoftwareConsortium/I mark_as_advanced(ITK_GIT_REPOSITORY) sitk_legacy_naming(ITK_GIT_REPOSITORY ITK_REPOSITORY) -set(_DEFAULT_ITK_GIT_TAG "v5.1.2") +set(_DEFAULT_ITK_GIT_TAG "v5.2.0") set(ITK_GIT_TAG "${_DEFAULT_ITK_GIT_TAG}" CACHE STRING "Tag in ITK git repo") mark_as_advanced(ITK_GIT_TAG) set(ITK_TAG_COMMAND GIT_TAG "${ITK_GIT_TAG}")