From 0f64b69923338efbca21904e1a42949d2a34c746 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 1 Oct 2023 13:45:26 +0200 Subject: [PATCH] CMakeLists: update cmake minimum version to 3.5 Older versions aren't anymore supported. Signed-off-by: Alexander Couzens --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98d7d75..4d1358e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.5) PROJECT(uqmi C) -- 2.30.2