cmake: reduce minimum required version to 3.30

This commit is contained in:
2025-10-21 11:02:39 +08:00
parent 38296740c5
commit 7df5197082
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 4.0)
cmake_minimum_required(VERSION 3.30)
project(AHNU-Portal-Authenticator)
set(CMAKE_CXX_STANDARD 23)

View File

@@ -35,7 +35,7 @@
| 名称 | 推荐版本 | 说明 |
|-------|-----------------------|-------------------|
| Qt | ≥ 6.5 | 推荐安装 Qt 6.6 或更新版本 |
| CMake | ≥ 4.0 | 用于跨平台构建 |
| CMake | ≥ 3.30 | 用于跨平台构建 |
| 编译器 | MSVC 2022 / MinGW 11+ | 均可使用 |
2. **编译**