Skip to content

Commit

Permalink
Rollup merge of rust-lang#35742 - spladug:readme-cmake-version, r=nik…
Browse files Browse the repository at this point in the history
…omatsakis

Update minimum CMake version in README

The minimum got bumped in the LLVM upgrade of rust-lang#34743.
  • Loading branch information
eddyb committed Aug 18, 2016
2 parents 99e5efd + 4254b31 commit 7a27444
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 @@ -19,7 +19,7 @@ Read ["Installing Rust"] from [The Book].
* `g++` 4.7 or later or `clang++` 3.x
* `python` 2.7 (but not 3.x)
* GNU `make` 3.81 or later
* `cmake` 2.8.8 or later
* `cmake` 3.4.3 or later
* `curl`
* `git`

Expand Down

0 comments on commit 7a27444

Please sign in to comment.