Update minimum cmake requirement to be consitent with other sources.

pull/1/head
Darrell Anderson 10 years ago
parent b304b1f064
commit 5f00a4bd7f

@ -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/" )

Loading…
Cancel
Save