Raise minimum required CMake version to 3.4

CMake 3.4 was released in November 2015.
This commit is contained in:
Camilla Löwy 2021-08-25 12:15:49 +02:00
parent 7c25dff002
commit 4f077c4133

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1...3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.4...3.20 FATAL_ERROR)
project(GLFW VERSION 3.4.0 LANGUAGES C)