From 99abf3b69dbca3f13493e580069aebf70b0a7386 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sun, 1 Dec 2024 00:02:29 +0800 Subject: [PATCH] chore: bump minimum CMake version - 3.16 is the actual lowest required version for Qt 6 - CMake versions <= 3.10 are deprecated since CMake 3.31 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0872d8..cc9bcf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: MIT -cmake_minimum_required (VERSION 3.9.5) +cmake_minimum_required(VERSION 3.16) project(pineapple-pictures VERSION 0.8.2.1) # don't forget to update NEWS file and AppStream metadata.