cmake test: decrease min version 2.8.11 -> 2.8.9

Debian Wheezy has CMake version 2.8.9 and it is sufficient for building Qt
(version 2.8.11 was chosen as it is recommended by Qt docs).

see #909
This commit is contained in:
Boris Nagaev 2015-10-07 09:31:22 +03:00
parent 23e6a9a2cd
commit cea54f1cfa
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
# This file is part of MXE.
# See index.html for further information.
# 2.8.11 is recommended as a minimum for Qt5
# http://doc.qt.io/qt-5/cmake-manual.html
cmake_minimum_required(VERSION 2.8.11)
# 2.8.9 is Debian Wheezy version
cmake_minimum_required(VERSION 2.8.9)
# set languages in individual modules
project(mxe NONE)