summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-10-07 06:31:22 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-10-16 00:41:14 (GMT)
commitcea54f1cfac9813588e6e2a5c9e4da7de57ab97b (patch)
treee61ee8473ee9b511684476446f3e91ad0c5f6e6e
parent23e6a9a2cddc91b72c15b122fc51ab7be2b0d223 (diff)
downloadmxe-cea54f1cfac9813588e6e2a5c9e4da7de57ab97b.zip
mxe-cea54f1cfac9813588e6e2a5c9e4da7de57ab97b.tar.gz
mxe-cea54f1cfac9813588e6e2a5c9e4da7de57ab97b.tar.bz2
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
-rw-r--r--src/cmake/test/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cmake/test/CMakeLists.txt b/src/cmake/test/CMakeLists.txt
index 095050e..dd600ac 100644
--- a/src/cmake/test/CMakeLists.txt
+++ b/src/cmake/test/CMakeLists.txt
@@ -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)