X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=6cdd59fda960eff4f27aed21aaa766bd7e049b14;hp=1bd917c9ab9f529fc2d46831641ff119fa5a06ea;hb=8834ebbb9e03ed09bd3509e5f8634769ff68bb48;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 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)