X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=68c68f9b7edb7bcb6020fdc0613620b2f47f9d8f;hp=eab6adae8aa9cdd17e7f08e6d4d10829b0df3cdd;hb=4d51726933e9ac2a5a335a23f957c7c75ead0be8;hpb=e91445dfdb33704e5daafa8631bc9a1419251c1c diff --git a/CMakeLists.txt b/CMakeLists.txt index eab6adae..68c68f9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,8 @@ project(QuasselIRC) -cmake_minimum_required(VERSION 2.4.5) +# Target scopes don't work in older versions +cmake_minimum_required(VERSION 2.4.7 FATAL_ERROR) # This would suppress annoying warnings on cmake-2.6, but we can't use it # with 2.4, so... DUH!