From ba386b314ef0ed8b6e39b9ee46fbe4c8fb3aefe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20de=20l=27Hamaide?= Date: Sat, 14 Mar 2015 18:06:34 +0100 Subject: [PATCH] Increase required CMake version Qt5 require CMake 2.8.11 or later http://doc.qt.io/qt-5/cmake-manual.html --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59ff4bc04..b5acf7150 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.6.4) +cmake_minimum_required (VERSION 2.8.11) include (CheckFunctionExists) include (CheckCSourceCompiles)