From 104cec8be8140f10353a296417555e5156ade57f Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 3 Aug 2023 10:04:23 +0200 Subject: [PATCH] Updated CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c23be18..d1d15c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) project(clangmm)