From: Alexander Couzens Date: Sun, 1 Oct 2023 11:45:26 +0000 (+0200) Subject: CMakeLists: update cmake minimum version to 3.5 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0f64b69923338efbca21904e1a42949d2a34c746;p=project%2Fuqmi.git CMakeLists: update cmake minimum version to 3.5 Older versions aren't anymore supported. Signed-off-by: Alexander Couzens --- 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)