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

View File

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