Skip to content

Commit d68014a

Browse files
committed
COMP: Address ITK Windows warnings
Bumps to HEAD of current ITK `release` branch to incorporate: - InsightSoftwareConsortium/ITK@0892cd1 - InsightSoftwareConsortium/ITK@0cd5391 to address CI warnings. We also need to enable ITK_LEGACY_REMOVE in the Superbuild.
1 parent c0c0fc3 commit d68014a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, test, publish
33
on: [push,pull_request]
44

55
env:
6-
itk-git-tag: "v5.3.0"
6+
itk-git-tag: "37c107436f163436d9f9caf015b6f642eacdf651"
77

88
jobs:
99
build-test-cxx:

Superbuild/External-ITK.cmake

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

44
if(NOT ITK_TAG)
5-
set(ITK_TAG "v5.3.0")
5+
# ITK release 2022-12-05
6+
set(ITK_TAG "37c107436f163436d9f9caf015b6f642eacdf651")
67
endif()
78

89
set(_vtk_args)
@@ -58,6 +59,7 @@ ExternalProject_Add(ITK
5859
-DBUILD_TESTING:BOOL=OFF
5960
-DITK_BUILD_DEFAULT_MODULES:BOOL=ON
6061
-DModule_ITKReview:BOOL=ON
62+
-DITK_LEGACY_REMOVE:BOOL=ON
6163
-DITK_LEGACY_SILENT:BOOL=ON
6264
-DExternalData_OBJECT_STORES:STRING=${ExternalData_OBJECT_STORES}
6365
${_vtk_args}

0 commit comments

Comments
 (0)