From 03829b0f83335273d965600b214486dd912b8715 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:11:33 -0600 Subject: [PATCH] Update minimum cmake requirement to be consitent with other sources. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a99e4..387053b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules") # Need 2.4.3 for its KDE3 support # Need 2.4.4 for its fixed KDE3 support -cmake_minimum_required(VERSION 2.4.4) +cmake_minimum_required(VERSION 2.8 ) CONFIGURE_FILE( "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"