doc: update the CMake minimum version requirement (#57)

This commit is contained in:
姚军 2026-02-03 17:17:43 +08:00 committed by GitHub
parent a20d484e9e
commit 7c577e5f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md
### Prerequisites
- Python ≥ 3.9
- CMake ≥ 3.25, < 4.0 (`cmake --version`)
- CMake ≥ 3.26, < 4.0 (`cmake --version`)
- A C++17-compatible compiler (e.g., `g++-11+`, `clang++`, Apple Clang on macOS)
### Clone & Initialize