From aa9c5231ca2a45be67ed17ba202025a20cbee187 Mon Sep 17 00:00:00 2001 From: Wang Zichong Date: Mon, 15 Sep 2025 18:07:59 +0800 Subject: [PATCH] chore: bump CMake minimum required version to 3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这是 Qt 6 所要求的最低 CMake 版本(尽管低于此版本不会导致无法构建). Log: --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8165fc8f1..58811373b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -CMAKE_MINIMUM_REQUIRED(VERSION 3.10) +CMAKE_MINIMUM_REQUIRED(VERSION 3.16) set(DS_VERSION "1.99.0" CACHE STRING "Define project version") project(DDEShell