From a9f88a232a4cd6634e47f0f93c8fac5789387a7a Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Wed, 5 Feb 2025 11:05:42 -0700 Subject: cmake: Update minimum to 3.22.1 --- .github/workflows/tools.yml | 2 +- BUILD.md | 4 ++-- CMakeLists.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 6a1d6f12..a45623af 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -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/ccache-action@v1.2 with: diff --git a/BUILD.md b/BUILD.md index 12cdd279..ef643502 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 @@ -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+ diff --git a/CMakeLists.txt b/CMakeLists.txt index f35f79bb..ae42beb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- cgit v1.2.3