summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:09:39 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:09:39 -0600
commit5f00a4bd7fac41757ddaa464480dda004f8ed606 (patch)
tree32421cf8133f70c829800a71b707041f839b826f
parentb304b1f064e6894b6e2b98d092bb0babdc101735 (diff)
downloadkile-5f00a4bd7fac41757ddaa464480dda004f8ed606.tar.gz
kile-5f00a4bd7fac41757ddaa464480dda004f8ed606.zip
Update minimum cmake requirement to be consitent with other sources.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index eb126a4..f6d0794 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT( kile )
-CMAKE_MINIMUM_REQUIRED( VERSION 2.4.4 FATAL_ERROR )
+CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
SET( KILE_VERSION CACHE STRING "Kile's version; can be used to install special documentation files in share/doc/kile-$KILE_VERSION/" )