From 6b232bd8f6185e5301218f2f371829f2f538f75a Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 May 2015 15:56:30 +0200 Subject: [PATCH] Updated minimum required CMake version to 2.8.12. All major package systems seem to have caught up. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d85b2569..d1ae56f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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,