Increase required CMake version to 2.8.9

Debian Wheezy is shipping 2.8.9, and nobody is testing older versions
anyway.
issue1247
Nicolas Hake 2015-01-18 14:58:56 +01:00
parent 9ac3bd6c1b
commit fad70eb204
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# To redistribute this file separately, substitute the full license texts
# for the above references.
cmake_minimum_required (VERSION 2.8.4)
cmake_minimum_required (VERSION 2.8.9)
project (openclonk CXX C)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")