From d7b7c3b12a106333d73567bacb4c9057e8d3cc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 25 Aug 2021 11:40:03 +0200 Subject: [PATCH] Raise maximum known CMake version to 3.20 This has seemed to work well on all platforms for a while. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6176e16a..bab7f7ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)