From 8dca5d81af05d5184da92a2ca2ce175b5577de25 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 7 Jan 2025 12:06:25 +0100 Subject: [PATCH] Updated minimum cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1d15c5..7e53b6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.10) project(clangmm)