X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=8462db8ad392bf2328cba7ddd982e6180466584d;hp=041e2d78de42d1fb1369e29a5b10274227bb7cab;hb=57d9abdd9cb8506a12f4a2dbb96fd8d840c380c8;hpb=e8e1f038e6bf4a7bc938e316774374d3116ff39a diff --git a/CMakeLists.txt b/CMakeLists.txt index 041e2d78..8462db8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,7 @@ project(QuasselIRC) -# Target scopes don't work in older versions -cmake_minimum_required(VERSION 2.4.7 FATAL_ERROR) +cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW)