Skip to content

Commit

Permalink
ENH: Bump CMake to v3.22.2 and Ninja to 1.10.2
Browse files Browse the repository at this point in the history
Addresses Windows cxx build warnings due to MSVC discovery issues that
were fixed in CMake v3.21.3. The closest available tag for the
`lukka/get-cmake` action is v3.22.2, which also updates `ninja` to
1.10.2.

https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6497

https://github.com/lukka/get-cmake/releases/tag/v3.22.2
  • Loading branch information
tbirdso committed Nov 17, 2022
1 parent 5ae6fb0 commit e892e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -m pip install ninja
- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.18.3
uses: lukka/get-cmake@v3.22.2

- name: Download ITK
run: |
Expand Down

0 comments on commit e892e8c

Please sign in to comment.