Skip to content

Commit

Permalink
Rollup merge of #82937 - wesleywiser:update_cmake_version_in_readme, …
Browse files Browse the repository at this point in the history
…r=Mark-Simulacrum

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.

https://www.llvm.org/docs/CMake.html

Also closes #42555
  • Loading branch information
JohnTitor committed Mar 9, 2021
2 parents 641b971 + 52d9792 commit 8e6383d
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 8e6383d

Please sign in to comment.