summaryrefslogtreecommitdiffstats
path: root/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:44:42 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-11-09 01:44:42 +0000
commit9e4483688bd446d278b7bb3b807c0c4891956a53 (patch)
tree80d297518e259cfe080332ca5806c6d56ed1c5a3 /docs/GettingStartedVS.rst
parent85f5302a7177e37d80a4506bb913bc5b6f40de72 (diff)
[doc] Remove explicit CMake version requirement for MSVC
The global minimum one is way past this version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.rst')
-rw-r--r--docs/GettingStartedVS.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index 124dfebab7bb..1e4676767939 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -48,9 +48,7 @@ Software
You will need Visual Studio 2015 or higher, with the latest Update installed.
You will also need the `CMake <http://www.cmake.org/>`_ build system since it
-generates the project files you will use to build with. CMake 2.8.12.2 is the
-minimum required version for building with Visual Studio, though the latest
-version of CMake is recommended.
+generates the project files you will use to build with.
If you would like to run the LLVM tests you will need `Python
<http://www.python.org/>`_. Version 2.7 and newer are known to work. You will