[llvm] r286328 - [doc] Remove explicit CMake version requirement for MSVC
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 17:44:42 PST 2016
Author: mehdi_amini
Date: Tue Nov 8 19:44:42 2016
New Revision: 286328
URL: http://llvm.org/viewvc/llvm-project?rev=286328&view=rev
Log:
[doc] Remove explicit CMake version requirement for MSVC
The global minimum one is way past this version.
Modified:
llvm/trunk/docs/GettingStartedVS.rst
Modified: llvm/trunk/docs/GettingStartedVS.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStartedVS.rst?rev=286328&r1=286327&r2=286328&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStartedVS.rst (original)
+++ llvm/trunk/docs/GettingStartedVS.rst Tue Nov 8 19:44:42 2016
@@ -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
More information about the llvm-commits
mailing list