From 4254b31078ea9a84f9e87f5829711ffd7d13a314 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 16 Aug 2016 21:30:17 -0700 Subject: [PATCH] Update minimum CMake version in README The minimum got bumped in the LLVM upgrade of #34743. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`