mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01: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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user