cmake: bump minimum required version to 3.17.5 (#13775)

This commit is contained in:
Benoit Pierre
2025-05-13 14:10:23 +02:00
committed by GitHub
parent bb4dafa7e3
commit ec3470c521
2 changed files with 2 additions and 2 deletions

2
base

Submodule base updated: 5d68d88b54...e9b218ef3f

View File

@@ -15,7 +15,7 @@ To get and compile the source you must have:
- `autoconf`: version greater than 2.64
- `bash`: version 4.0 or greater
- `ccache`: optional, but recommended
- `cmake`: version 3.15 or greater, 3.20 or greater recommended
- `cmake`: version 3.17.5 or greater
- `gettext`
- `gcc/g++` or `clang/clang++`: with C11 & C++17 support
- `git`