From 171678891aeb15ec11813ca5e693c8ba1bf022ed Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 26 Jan 2023 22:15:40 -0500 Subject: [PATCH] BUG: Update ITK to fix incorrect comparison of NIFTI header matricies Incorrect call when comparing matrices in nifti headers. The 4x4 transformation matrix needed to be decomposed and each individual component checked for similarity. List of ITK changes: $ git shortlog eeb7f43c49..9745ba2fae --no-merges Hans J. Johnson (1): [Backport PR-3685] BUG: Incorrect comparison of nifti header matricies Co-authored-by: James Butler --- 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 0feff669e8a..ec4c09bf5d0 100644 --- a/SuperBuild/External_ITK.cmake +++ b/SuperBuild/External_ITK.cmake @@ -36,7 +36,7 @@ if(NOT DEFINED ITK_DIR AND NOT Slicer_USE_SYSTEM_${proj}) ExternalProject_SetIfNotDefined( Slicer_${proj}_GIT_TAG - "eeb7f43c49b2e1c1b7b746a35a458ce65c080277" # slicer-v5.3rc04-2022-09-19-62eb5ca + "9745ba2fae8abf31175deae87ff3e55e81c0a663" # slicer-v5.3rc04-2022-09-19-62eb5ca QUIET )