X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=cd363bc56f014207aaf8088959da05045ffd8182;hp=438406983613384042970b6dd95f92dda1fbf54c;hb=bb49ea8fb3d3ecfbe8fb87688df6f215d29ad944;hpb=2d8f80d5f2a1595e43709fb14c13109cdf150c5c diff --git a/CMakeLists.txt b/CMakeLists.txt index 43840698..cd363bc5 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)