Skip to content

Commit

Permalink
COMP: Update ITK to v5.2.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
N-Dekker committed May 29, 2021
1 parent 963c290 commit f992753
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 @@ -29,7 +29,7 @@ if(ELASTIX_USE_OPENCL)
endif()

# Find ITK.
find_package( ITK 5.1.1 REQUIRED COMPONENTS
find_package( ITK 5.2.0 REQUIRED COMPONENTS
ITKCommon
ITKDisplacementField
ITKDistanceMap
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.1
ITKv5_VERSION: v5.2.0
ITK_GIT_URL: https://github.com/InsightSoftwareConsortium/ITK
ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source
ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build
Expand Down

0 comments on commit f992753

Please sign in to comment.