Update README.md to use the correct cmake version number
LLVM requires at least cmake 3.13.4 and cmake is only required to build LLVM. Also closes #42555
This commit is contained in:
parent
3a5d45f68c
commit
52d9792bc8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
|
|||
* `g++` 5.1 or later or `clang++` 3.5 or later
|
||||
* `python` 3 or 2.7
|
||||
* GNU `make` 3.81 or later
|
||||
* `cmake` 3.4.3 or later
|
||||
* `cmake` 3.13.4 or later
|
||||
* `ninja`
|
||||
* `curl`
|
||||
* `git`
|
||||
|
|
Loading…
Add table
Reference in a new issue