summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-10-08 15:41:51 +0200
committerSergei Golubchik <serg@mariadb.org>2016-10-08 15:41:51 +0200
commit32133d11b2865527876996e16bf95f6d217428f5 (patch)
tree392eac44bfb61f378ce004cfc76920644c14268d
parent9385e97c4156023825c1e3188e27cfae54c9e0a9 (diff)
downloadmariadb-git-demo-vic.tar.gz
require cmake 2.8.4demo-vic
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e461141acc8..29fa3502ac1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4)
# explicitly set the policy to OLD
# (cannot use NEW, not everyone is on cmake-2.8.12 yet)