Skip to content

Commit

Permalink
Update README.md to use the correct cmake version number
Browse files Browse the repository at this point in the history
LLVM requires at least cmake 3.13.4 and cmake is only required to build
LLVM.

Also closes #42555
  • Loading branch information
wesleywiser committed Mar 9, 2021
1 parent 3a5d45f commit 52d9792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 52d9792

Please sign in to comment.