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