Skip to content

Commit

Permalink
ENH: Upgrade ITK from v5.1.0 to v5.1.1
Browse files Browse the repository at this point in the history
Including a fix of a bug, reported by Theo van Walsum, "Issues with mask in el 5.0.0 when mask extent is smaller then image extent",
https://groups.google.com/forum/#!category-topic/elastix-imageregistration/elastix/lSLWJq9Zcgk

BUG: Fix issue #1950, "ImageMaskSpatialObject tries to access pixels outside the image buffer (segfault)"
InsightSoftwareConsortium/ITK#1951
InsightSoftwareConsortium/ITK@ceb157d
  • Loading branch information
N-Dekker committed Sep 8, 2020
1 parent 49bb806 commit c6031ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif()

#---------------------------------------------------------------------
# Find ITK.
find_package( ITK 5.1 REQUIRED )
find_package( ITK 5.1.1 REQUIRED )
include( ${ITK_USE_FILE} )

#---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
ITKv5_VERSION: v5.1.0
ITKv5_VERSION: v5.1.1
ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source
ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build
ELASTIX_SOURCE_DIR: $(Build.Repository.LocalPath)
Expand Down

0 comments on commit c6031ec

Please sign in to comment.