build: Update cmake_minimum_required(VERSION 3.10.2)
Change-Id: I28c30bb941691738944b13da75bc07e6153c89ef
This commit is contained in:
parent
737f4c1cd9
commit
5ce5b15b54
2 changed files with 5 additions and 4 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# CMake project initialization ---------------------------------------------------------------------------------------------------
|
||||
# This section contains pre-project() initialization, and ends with the project() command.
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
cmake_minimum_required(VERSION 3.10.2)
|
||||
|
||||
# NONE = this project has no language toolchain requirement.
|
||||
project(Vulkan-Headers NONE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue