Skip to content

Commit

Permalink
COMP: Address ITK Windows warnings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thewtex committed Dec 7, 2022
1 parent c0c0fc3 commit d68014a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, test, publish
on: [push,pull_request]

env:
itk-git-tag: "v5.3.0"
itk-git-tag: "37c107436f163436d9f9caf015b6f642eacdf651"

jobs:
build-test-cxx:
Expand Down
4 changes: 3 additions & 1 deletion Superbuild/External-ITK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Get and build itk

if(NOT ITK_TAG)
set(ITK_TAG "v5.3.0")
# ITK release 2022-12-05
set(ITK_TAG "37c107436f163436d9f9caf015b6f642eacdf651")
endif()

set(_vtk_args)
Expand Down Expand Up @@ -58,6 +59,7 @@ ExternalProject_Add(ITK
-DBUILD_TESTING:BOOL=OFF
-DITK_BUILD_DEFAULT_MODULES:BOOL=ON
-DModule_ITKReview:BOOL=ON
-DITK_LEGACY_REMOVE:BOOL=ON
-DITK_LEGACY_SILENT:BOOL=ON
-DExternalData_OBJECT_STORES:STRING=${ExternalData_OBJECT_STORES}
${_vtk_args}
Expand Down

0 comments on commit d68014a

Please sign in to comment.