From 5f00a4bd7fac41757ddaa464480dda004f8ed606 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:09:39 -0600 Subject: Update minimum cmake requirement to be consitent with other sources. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" ) -- cgit v1.2.3