about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWesley Wiser <wesleywiser@microsoft.com>2021-03-09 10:59:35 -0500
committerWesley Wiser <wesleywiser@microsoft.com>2021-03-09 11:03:52 -0500
commit52d9792bc8990d41ced929cff31962f013b5074a (patch)
tree27e3a960434ef07e7c7eb289c82cc404c02cdeb4
parent3a5d45f68cadc8fff4fbb557780f92b403b19c19 (diff)
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.

Also closes #42555
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ab11e7e2be..cc073875cde 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
    * `g++` 5.1 or later or `clang++` 3.5 or later
    * `python` 3 or 2.7
    * GNU `make` 3.81 or later
-   * `cmake` 3.4.3 or later
+   * `cmake` 3.13.4 or later
    * `ninja`
    * `curl`
    * `git`