File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ endif()
8080if (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)
8484endif ()
8585set (ITKExamples_VERSION_MAJOR ${ITK_VERSION_MAJOR} )
8686set (ITKExamples_VERSION_MINOR ${ITK_VERSION_MINOR} )
Original file line number Diff line number Diff line change 22# Get and build itk
33
44if (NOT ITK_TAG)
5- set (ITK_TAG "v5.2rc03 " )
5+ set (ITK_TAG "3f6c15eb531cecbd7de1b5ddd8667d5978493344 " )
66endif ()
77
88set (_vtk_args)
You can’t perform that action at this time.
0 commit comments