From f813caa86d419a521b67ade20fd9fbdf165569b2 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Thu, 8 May 2025 20:11:59 -0700 Subject: [PATCH] Update minimum required cmake version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fba798b..9f671f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(AppImageUpdate)