Browse Source

Raise maximum known CMake version to 3.20

This has seemed to work well on all platforms for a while.

(cherry picked from commit d7b7c3b12a106333d73567bacb4c9057e8d3cc88)
Camilla Löwy 4 years ago
parent
commit
c113c59926
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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