Skip to content

Commit

Permalink
COMP: Bump ITK version to 2021-03-14 master
Browse files Browse the repository at this point in the history
Address CI build errors on Windows.
  • Loading branch information
thewtex committed Mar 16, 2021
1 parent 2be5415 commit 74142c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "3f6c15eb531cecbd7de1b5ddd8667d5978493344"
cmake-build-type: "MinSizeRel"

steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ endif()
if(NOT ITK_VERSION)
# To get the ITK version information from external package when building
# stand alone, ITK is required.
find_package(ITK 5.1.0 REQUIRED)
find_package(ITK 5.2.0 REQUIRED)
endif()
set(ITKExamples_VERSION_MAJOR ${ITK_VERSION_MAJOR})
set(ITKExamples_VERSION_MINOR ${ITK_VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion Superbuild/External-ITK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Get and build itk

if(NOT ITK_TAG)
set(ITK_TAG "v5.2rc03")
set(ITK_TAG "3f6c15eb531cecbd7de1b5ddd8667d5978493344")
endif()

set(_vtk_args)
Expand Down

0 comments on commit 74142c3

Please sign in to comment.