Skip to content

Commit 52d9792

Browse files
committed
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 rust-lang#42555
1 parent 3a5d45f commit 52d9792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
3131
* `g++` 5.1 or later or `clang++` 3.5 or later
3232
* `python` 3 or 2.7
3333
* GNU `make` 3.81 or later
34-
* `cmake` 3.4.3 or later
34+
* `cmake` 3.13.4 or later
3535
* `ninja`
3636
* `curl`
3737
* `git`

0 commit comments

Comments
 (0)