From 40906ba21b7046079a03090c7d6ce9e321471dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Mon, 6 Jan 2025 11:58:14 -0500 Subject: [PATCH] ENH: Update remote modules using the script --- Modules/Remote/RLEImage.remote.cmake | 2 +- Modules/Remote/RTK.remote.cmake | 2 +- Modules/Remote/WebAssemblyInterface.remote.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/Remote/RLEImage.remote.cmake b/Modules/Remote/RLEImage.remote.cmake index 9ac9f26fffa..aa3ae84d48a 100644 --- a/Modules/Remote/RLEImage.remote.cmake +++ b/Modules/Remote/RLEImage.remote.cmake @@ -53,5 +53,5 @@ This work is supported by NIH grant R01 EB014346 'Continued development and maintenance of the ITK-SNAP 3D image segmentation software'." MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/KitwareMedical/ITKRLEImage.git - GIT_TAG 8bfaa3830d60ba6dc5442da78af277768e7f7373 + GIT_TAG 3ab10cda40977e4a39f9c46f1858f2fddcda8030 ) diff --git a/Modules/Remote/RTK.remote.cmake b/Modules/Remote/RTK.remote.cmake index 46d5419e860..36f1c18ee0f 100644 --- a/Modules/Remote/RTK.remote.cmake +++ b/Modules/Remote/RTK.remote.cmake @@ -42,5 +42,5 @@ itk_fetch_module( "Reconstruction Toolkit (RTK) https://www.openrtk.org/" MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/RTKConsortium/RTK.git - GIT_TAG 01822228a8edf9be587574ef36e27af6fcee537f + GIT_TAG 870737fca5274f9247e7d79fd09b61233dc2d369 ) diff --git a/Modules/Remote/WebAssemblyInterface.remote.cmake b/Modules/Remote/WebAssemblyInterface.remote.cmake index e6d2a1a21ff..ef9355702b8 100644 --- a/Modules/Remote/WebAssemblyInterface.remote.cmake +++ b/Modules/Remote/WebAssemblyInterface.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module( "The itk-wasm WebAssemblyInterface module provides tools to a) build C/C++ code to WebAssembly-compatible processing pipelines, b) bridge local filesystems, JavaScript/Typescript data structures, and traditional file formats, c) transfer data efficiently in and out of the WebAssembly runtime." MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/InsightSoftwareConsortium/itk-wasm.git - GIT_TAG 2f36f8df55f5b93b176d84670773cee10e3e1520 + GIT_TAG 5babcf68be5fdfdd689dce97779d2085103c0bc1 )