diff options
| author | Juan Ramos <github@jpr.mozmail.com> | 2025-02-05 11:05:42 -0700 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-02-05 11:22:23 -0700 |
| commit | a9f88a232a4cd6634e47f0f93c8fac5789387a7a (patch) | |
| tree | 46361e76fd908bbab5e6edcf661a14e3b5954384 | |
| parent | c52931f012cb7b48e42bbf2050a7fb2183b76406 (diff) | |
| download | usermoji-a9f88a232a4cd6634e47f0f93c8fac5789387a7a.tar.xz | |
cmake: Update minimum to 3.22.1
| -rw-r--r-- | .github/workflows/tools.yml | 2 | ||||
| -rw-r--r-- | BUILD.md | 4 | ||||
| -rw-r--r-- | 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: @@ -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) |
