From 1cdedf78937e659860e38d1cc51b182a30d24012 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 29 Dec 2020 22:42:17 +0100 Subject: [PATCH] Updated cmake minimum required to 3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f82f236..c23be18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(clangmm)