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
This commit is contained in:
Gary Wang 2024-12-01 00:02:29 +08:00
parent 42b6510877
commit 99abf3b69d
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -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.