From c6e1edce5b1ceed65a1b6be111b0ea7176fcd95c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 4 Feb 2015 11:36:08 +0100 Subject: Bump required CMake version to 2.8.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a96a79b..865da6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.4) project(MINEDMAP CXX) -- cgit v1.2.3