mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-25 16:24:35 +00:00
Update CMake minimum to 3.15
The Vulkan-Headers has a minimum of 3.15, and there is no great reason to stay on such an old CMake version.
This commit is contained in:
parent
1ab85e9e55
commit
be0df09b3a
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
||||
project(VulkanBootstrap
|
||||
LANGUAGES CXX
|
||||
DESCRIPTION "A Vulkan utility library to ease the initialization steps in Vulkan")
|
||||
|
Loading…
Reference in New Issue
Block a user