cmake: Update minimum version to 3.22.1
Matches Vulkan Validation Layers and SPIRV-Tools.
This commit is contained in:
parent
39f924b810
commit
234c4b7370
3 changed files with 4 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
# ~~~
|
||||
cmake_minimum_required(VERSION 3.14.2)
|
||||
cmake_minimum_required(VERSION 3.22.1)
|
||||
|
||||
project(API LANGUAGES C)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue