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:
Camilla Löwy 2021-08-25 11:40:03 +02:00
parent 62074f3dea
commit d7b7c3b12a

View File

@ -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)