Skip to content

Commit

Permalink
cmake: Update minimum to 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpr42 authored and charles-lunarg committed Feb 5, 2025
1 parent c52931f commit a9f88a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sudo apt install --yes libwayland-dev xorg-dev wayland-protocols
- uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.2
cmakeVersion: 3.22.1
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Requirements

1. CMake >= 3.17.2
1. CMake >= 3.22.1
1. C++17 compatible toolchain
1. Git
1. Python >= 3.10
Expand Down Expand Up @@ -179,7 +179,7 @@ See the [CMake documentation](https://cmake.org/cmake/help/latest/generator/Xcod

## Building For Android

- CMake 3.21+
- CMake 3.22.1+
- NDK r25+
- Ninja 1.10+
- Android SDK Build-Tools 34.0.0+
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ~~~
cmake_minimum_required(VERSION 3.17.2)
cmake_minimum_required(VERSION 3.22.1)

project(Vulkan-Tools)

Expand Down

0 comments on commit a9f88a2

Please sign in to comment.