Skip to content

Commit

Permalink
Update CMake minimum to 3.15
Browse files Browse the repository at this point in the history
The Vulkan-Headers has a minimum of 3.15, and there is no great reason
to stay on such an old CMake version.
  • Loading branch information
charles-lunarg committed Oct 9, 2023
1 parent 1ab85e9 commit be0df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit be0df09

Please sign in to comment.