diff options
author | Darrell Anderson <[email protected]> | 2014-02-06 17:09:39 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-06 17:09:39 -0600 |
commit | 5f00a4bd7fac41757ddaa464480dda004f8ed606 (patch) | |
tree | 32421cf8133f70c829800a71b707041f839b826f /src/CMakeLists.txt | |
parent | b304b1f064e6894b6e2b98d092bb0babdc101735 (diff) | |
download | kile-5f00a4bd7fac41757ddaa464480dda004f8ed606.tar.gz kile-5f00a4bd7fac41757ddaa464480dda004f8ed606.zip |
Update minimum cmake requirement to be consitent with other sources.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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/" ) |