1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00

Update minimum recommended cmake version for Windows (#49961)

This commit is contained in:
Jan Kotas 2021-03-22 09:16:27 -07:00 committed by GitHub
parent d318fd1c15
commit a938d2a5b4
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ The dotnet/runtime repository requires at least Visual Studio 2019 16.6.
- Add its location (e.g. C:\Program Files (x86)\CMake\bin) to the PATH environment variable.
The installation script has a check box to do this, but you can do it yourself after the fact following the instructions at [Adding to the Default PATH variable](#adding-to-the-default-path-variable).
The dotnet/runtime repository recommends using CMake 3.16.0 or newer, but works with CMake 3.15.5.
The dotnet/runtime repository recommends using CMake 3.16.4 or newer, but it may work with CMake 3.15.5.
## Ninja (optional)