mirror of
https://github.com/glfw/glfw.git
synced 2026-08-28 08:25:54 +02:00
Raise minimum required CMake version to 3.4
CMake 3.4 was released in November 2015.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user