From: Clément de l'Hamaide Date: Sat, 14 Mar 2015 17:06:34 +0000 (+0100) Subject: Increase required CMake version X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba386b314ef0ed8b6e39b9ee46fbe4c8fb3aefe8;p=flightgear.git Increase required CMake version Qt5 require CMake 2.8.11 or later http://doc.qt.io/qt-5/cmake-manual.html --- 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)