From 0ea9f23a14297ac5a06a53b03f0d4235a5949cd7 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Thu, 8 May 2025 20:10:14 -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 4ab401b9..fbe84ded 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(AppImageLauncher)