diff options
| author | Neil Williams <neil@reddit.com> | 2016-08-16 21:30:17 -0700 |
|---|---|---|
| committer | Neil Williams <neil@reddit.com> | 2016-08-16 21:30:17 -0700 |
| commit | 4254b31078ea9a84f9e87f5829711ffd7d13a314 (patch) | |
| tree | e4b1a26d87a45858af9c793f06821a678cbe5859 | |
| parent | 197be89f367d1240d5f9cd9c4efd77812775354e (diff) | |
| download | rust-4254b31078ea9a84f9e87f5829711ffd7d13a314.tar.gz rust-4254b31078ea9a84f9e87f5829711ffd7d13a314.zip | |
Update minimum CMake version in README
The minimum got bumped in the LLVM upgrade of #34743.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 283efdd2411..dbe48a50cfa 100644 --- a/README.md +++ b/README.md @@ -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` |
