X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=75fffc1f42b024a006a22051a169b274574efbee;hp=8176e0aa7e3a726ce20f0912d638ad6fa4b6a00e;hb=eb7a1f8ffc97239e4c1f88e9da279694bba2f35a;hpb=da8cd8b2d294b0fa614b334d081550f37693b47f diff --git a/CMakeLists.txt b/CMakeLists.txt index 8176e0aa..75fffc1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,8 @@ project(QuasselIRC) -cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) +# cmake 2.6.2 is required for KDE >=4.2 and should be widespread enough now +cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW)