CMake: Mention that CMake 3.5 is the minimum version

Generating project files has been confirmed to work with this version.
This commit is contained in:
Maarten Bent 2024-02-04 18:11:10 +01:00
parent f0061b3c04
commit e41fd2052c
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -84,7 +84,7 @@ in CMake the following generators are recommended:
* macOS: Xcode
* Linux: Ninja or Makefiles
CMake 3.10 or newer is recommended. The minimum version required is 2.8.12.
CMake 3.10 or newer is recommended. The minimum tested version is 3.5.
Using CMake with your applications {#cmake_apps}
==================================