build: bump minimum cmake version to 3.16

This commit is contained in:
dundargoc
2024-09-21 17:51:36 +02:00
committed by dundargoc
parent 4e4b1b6590
commit 1d815acd78
11 changed files with 12 additions and 19 deletions

View File

@ -283,7 +283,7 @@ cmake --build build
General requirements (see [#1469](https://github.com/neovim/neovim/issues/1469#issuecomment-63058312)):
- Clang or GCC version 4.9+
- CMake version 3.13+, built with TLS/SSL support
- CMake version 3.16+, built with TLS/SSL support
- Optional: Get the latest CMake from an [installer](https://github.com/Kitware/CMake/releases) or the [Python package](https://pypi.org/project/cmake/) (`pip install cmake`)
Platform-specific requirements are listed below.