From 305fc773976f0dda7fe4616128ca3b8e2d24fe54 Mon Sep 17 00:00:00 2001 From: Davis Marc Vigneault Date: Fri, 7 Feb 2020 13:38:06 -0500 Subject: [PATCH] BUG: Bump Cuberille Commit Hash Recent patches to ITKCuberille have addressed a longstanding issue which caused failures when generating itk::QuadEdgeMesh objects. This commit updates the git commit hash, bringing this bugfix into the master branch if ITK. --- Modules/Remote/Cuberille.remote.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Remote/Cuberille.remote.cmake b/Modules/Remote/Cuberille.remote.cmake index b089530e6a5..dc241251c81 100644 --- a/Modules/Remote/Cuberille.remote.cmake +++ b/Modules/Remote/Cuberille.remote.cmake @@ -17,5 +17,5 @@ A more detailed description can be found in the Insight Journal article: http://www.insight-journal.org/browse/publication/213 " GIT_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITKCuberille.git - GIT_TAG 0fba9e190c931f34d31a362333765264101df1e8 + GIT_TAG 026840c50eb2ca7e76a3b475a496b60ae0f5c603 )