From 8834ebbb9e03ed09bd3509e5f8634769ff68bb48 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Wed, 6 Feb 2013 20:05:32 +0100 Subject: [PATCH] Bump CMake version If I recall correctly, Tucos had figured out that we need 2.8.1 now. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bd917c9..6cdd59fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,9 +30,8 @@ project(QuasselIRC) include(CheckFunctionExists) include(CheckIncludeFile) -# cmake 2.6.2 is required for KDE >=4.2 and should be widespread enough now # For building against Qt5, we check for an even newer cmake version below! -cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.1 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) -- 2.20.1