Skip to content

Commit a6cc84a

Browse files
committed
COMP: Update ITK to v5.2.0
ITK fixed a critical build error when compiling OpenJPEG as reported here, by spacelg: "ITK failed to build due to error C2169: 'lrintf': intrinsic function, cannot be defined with MSVC on windows" issue InsightSoftwareConsortium/ITK#1967 Update ITK to version 5.2.0 (whose release is about to be announced), which includes this fix. Following pull request SuperElastix/SimpleElastix#425 by David Young (yoda-vid)
1 parent c18519d commit a6cc84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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

+1-1
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)