Skip to content

Commit 6a26dd5

Browse files
committed
ENH: Bump CMake to v3.21.3
Addresses Windows cxx build warnings due to MSVC discovery issues that were fixed in CMake v3.21.3 https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6497
1 parent 8f91360 commit 6a26dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python -m pip install ninja
5353
5454
- name: Get specific version of CMake, Ninja
55-
uses: lukka/get-cmake@v3.18.3
55+
uses: lukka/get-cmake@v3.21.3
5656

5757
- name: Download ITK
5858
run: |

0 commit comments

Comments
 (0)