From 2daf47adef722dd6f92ff309eec4e865a37cba19 Mon Sep 17 00:00:00 2001 From: mattcieslak Date: Mon, 16 Mar 2026 15:43:42 -0400 Subject: [PATCH] ENH: Robustly include Eigen in TractographyTRX --- Modules/Remote/TractographyTRX.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/TractographyTRX.remote.cmake b/Modules/Remote/TractographyTRX.remote.cmake index ee267f89d90..6381e7f8465 100644 --- a/Modules/Remote/TractographyTRX.remote.cmake +++ b/Modules/Remote/TractographyTRX.remote.cmake @@ -47,5 +47,5 @@ itk_fetch_module( Relevant Documentation: https://itktractographytrx.readthedocs.io" MODULE_COMPLIANCE_LEVEL 3 GIT_REPOSITORY https://github.com/tee-ar-ex/ITKTractographyTRX.git - GIT_TAG abe279d867e023a56a111e262d606f5521783966 + GIT_TAG 223b5b34cac3d7ea60918e50c9fc8d2ae04ed884 )