From: Manuel Nickschas Date: Wed, 6 Feb 2013 19:05:32 +0000 (+0100) Subject: Bump CMake version X-Git-Tag: 0.9-beta1~35 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=8834ebbb9e03ed09bd3509e5f8634769ff68bb48 Bump CMake version If I recall correctly, Tucos had figured out that we need 2.8.1 now. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bd917c9..6cdd59fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,8 @@ project(QuasselIRC) include(CheckFunctionExists) include(CheckIncludeFile) -# cmake 2.6.2 is required for KDE >=4.2 and should be widespread enough now # For building against Qt5, we check for an even newer cmake version below! -cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.1 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW)