Skip to content

Commit 8e6383d

Browse files
authored
Rollup merge of #82937 - wesleywiser:update_cmake_version_in_readme, 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
2 parents 641b971 + 52d9792 commit 8e6383d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)