mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 10:05:10 +00:00
Raise maximum known CMake version to 3.20
This has seemed to work well on all platforms for a while.
This commit is contained in:
parent
62074f3dea
commit
d7b7c3b12a
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1...3.17 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.1...3.20 FATAL_ERROR)
|
||||
|
||||
project(GLFW VERSION 3.4.0 LANGUAGES C)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user