From 07e039d442c18bf21dff9c45a5b5bd307d9a11bb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 13 Feb 2021 10:19:29 +0100 Subject: [PATCH] CMakeLists.txt: update CMake version requirement to remove future compat warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cc6467..362fa58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.4) +cmake_minimum_required(VERSION 2.8.12) project(MINEDMAP CXX)