Skip to content

Commit 74142c3

Browse files
committed
COMP: Bump ITK version to 2021-03-14 master
Address CI build errors on Windows.
1 parent 2be5415 commit 74142c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
- os: ubuntu-18.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "v5.2rc03"
16+
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "v5.2rc03"
21+
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "v5.2rc03"
26+
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif()
8080
if(NOT ITK_VERSION)
8181
# To get the ITK version information from external package when building
8282
# stand alone, ITK is required.
83-
find_package(ITK 5.1.0 REQUIRED)
83+
find_package(ITK 5.2.0 REQUIRED)
8484
endif()
8585
set(ITKExamples_VERSION_MAJOR ${ITK_VERSION_MAJOR})
8686
set(ITKExamples_VERSION_MINOR ${ITK_VERSION_MINOR})

Superbuild/External-ITK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Get and build itk
33

44
if(NOT ITK_TAG)
5-
set(ITK_TAG "v5.2rc03")
5+
set(ITK_TAG "3f6c15eb531cecbd7de1b5ddd8667d5978493344")
66
endif()
77

88
set(_vtk_args)

0 commit comments

Comments
 (0)