From: Manuel Nickschas Date: Tue, 17 Jun 2008 08:56:11 +0000 (+0200) Subject: Bump cmake requirement to 2.4.7 X-Git-Tag: 0.3.0~374 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=4d51726933e9ac2a5a335a23f957c7c75ead0be8 Bump cmake requirement to 2.4.7 --- 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!