Skip to content

Commit 7a27444

Browse files
authored
Rollup merge of rust-lang#35742 - spladug:readme-cmake-version, r=nikomatsakis
Update minimum CMake version in README The minimum got bumped in the LLVM upgrade of rust-lang#34743.
2 parents 99e5efd + 4254b31 commit 7a27444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Read ["Installing Rust"] from [The Book].
1919
* `g++` 4.7 or later or `clang++` 3.x
2020
* `python` 2.7 (but not 3.x)
2121
* GNU `make` 3.81 or later
22-
* `cmake` 2.8.8 or later
22+
* `cmake` 3.4.3 or later
2323
* `curl`
2424
* `git`
2525

0 commit comments

Comments
 (0)