summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:11:33 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:11:33 -0600
commit03829b0f83335273d965600b214486dd912b8715 (patch)
treedabe9892755aa4cbe6e30f8dce3c9e0c624b2f73
parent2bd70e1164e03adad029b185eb6b19a204fac409 (diff)
downloadkpilot-03829b0f83335273d965600b214486dd912b8715.tar.gz
kpilot-03829b0f83335273d965600b214486dd912b8715.zip
Update minimum cmake requirement to be consitent with other sources.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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"