Skip to content

Commit 542cca1

Browse files
committed
COMP: Upgrade ITK from v5.1.1 to v5.2.0
Upgraded to ITK version 5.2.0, which was released on May 28, 2021. ITK 5.2.0 fixed a critical issue, with commit InsightSoftwareConsortium/ITK@7cebc26 "COMP: Fix OpenJPEG build error with Visual Studio 16.9", by James Butler (jamesobutler) and spacelg Following pull request SuperElastix/SimpleElastix#425 and SuperElastix/SimpleElastix#428 by David Young (yoda-vid) Obviously, ITK 5.2.0 has many other improvements: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.2.0
1 parent 963c290 commit 542cca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(ELASTIX_USE_OPENCL)
2929
endif()
3030

3131
# Find ITK.
32-
find_package( ITK 5.1.1 REQUIRED COMPONENTS
32+
find_package( ITK 5.2.0 REQUIRED COMPONENTS
3333
ITKCommon
3434
ITKDisplacementField
3535
ITKDistanceMap

Testing/CI/Azure/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables:
2-
ITKv5_VERSION: v5.1.1
2+
ITKv5_VERSION: v5.2.0
33
ITK_GIT_URL: https://github.com/InsightSoftwareConsortium/ITK
44
ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source
55
ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build

0 commit comments

Comments
 (0)