mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Raise maximum known CMake version to 3.20
This has seemed to work well on all platforms for a while.
(cherry picked from commit d7b7c3b12a
)
This commit is contained in:
parent
ffe0795e64
commit
c113c59926
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.0...3.20 FATAL_ERROR)
|
||||
|
||||
project(GLFW VERSION 3.3.5 LANGUAGES C)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user