From ea5908e78b5539cb8a8a8bac4aec272fe9d6d0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Wed, 11 Mar 2026 10:42:29 -0400 Subject: [PATCH] COMP: Fix compile error in IOScanco Python wrapping Closes #5920. --- Modules/Remote/IOScanco.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/IOScanco.remote.cmake b/Modules/Remote/IOScanco.remote.cmake index 167e5f96702..4791d9936b4 100644 --- a/Modules/Remote/IOScanco.remote.cmake +++ b/Modules/Remote/IOScanco.remote.cmake @@ -46,5 +46,5 @@ itk_fetch_module( "An ITK module to read and write Scanco microCT .isq files." MODULE_COMPLIANCE_LEVEL 2 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/ITKIOScanco.git - GIT_TAG ab86ac60da63245a41daca897f19fe02f38b1952 + GIT_TAG 2209183eac3d4c62de8fb5c8f42e4ac86e634c83 )