Bump CMake version
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Feb 2013 19:05:32 +0000 (20:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Feb 2013 19:05:32 +0000 (20:05 +0100)
If I recall correctly, Tucos had figured out that we need 2.8.1 now.

CMakeLists.txt

index 1bd917c..6cdd59f 100644 (file)
@@ -30,9 +30,8 @@ project(QuasselIRC)
 include(CheckFunctionExists)
 include(CheckIncludeFile)
 
 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!
 # 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)
 
 if(COMMAND cmake_policy)
    cmake_policy(SET CMP0003 NEW)