From 4d51726933e9ac2a5a335a23f957c7c75ead0be8 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 17 Jun 2008 10:56:11 +0200 Subject: [PATCH] Bump cmake requirement to 2.4.7 --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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! -- 2.20.1