diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-09 01:44:42 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-09 01:44:42 +0000 |
| commit | 0695e5b916c8d4196fd586ce3a08a87f182fae44 (patch) | |
| tree | ba7b2ea3b44a1ad257026d344b4f9ffc4cd1ef59 | |
| parent | 04a2e348bb946b8bf76637f95b65bd1a129808b8 (diff) | |
| download | bcm5719-llvm-0695e5b916c8d4196fd586ce3a08a87f182fae44.tar.gz bcm5719-llvm-0695e5b916c8d4196fd586ce3a08a87f182fae44.zip | |
[doc] Remove explicit CMake version requirement for MSVC
The global minimum one is way past this version.
llvm-svn: 286328
| -rw-r--r-- | llvm/docs/GettingStartedVS.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index 124dfebab7b..1e467676793 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/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 |

