mirror of
https://github.com/gwm17/glfw.git
synced 2025-03-13 15:08:51 -04: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)
|
project(GLFW VERSION 3.4.0 LANGUAGES C)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user