mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 18:15:10 +00:00
Updated minimum required CMake version to 2.8.12.
All major package systems seem to have caught up.
This commit is contained in:
parent
323d4a484d
commit
6b232bd8f6
@ -1,6 +1,6 @@
|
||||
project(GLFW C)
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.9)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
|
||||
if (NOT CMAKE_VERSION VERSION_LESS "3.0")
|
||||
# Until all major package systems have moved to CMake 3,
|
||||
|
Loading…
Reference in New Issue
Block a user