Skip to content

Commit 0695e5b

Browse files
committed
[doc] Remove explicit CMake version requirement for MSVC
The global minimum one is way past this version. llvm-svn: 286328
1 parent 04a2e34 commit 0695e5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/docs/GettingStartedVS.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ Software
4848
You will need Visual Studio 2015 or higher, with the latest Update installed.
4949

5050
You will also need the `CMake <http://www.cmake.org/>`_ build system since it
51-
generates the project files you will use to build with. CMake 2.8.12.2 is the
52-
minimum required version for building with Visual Studio, though the latest
53-
version of CMake is recommended.
51+
generates the project files you will use to build with.
5452

5553
If you would like to run the LLVM tests you will need `Python
5654
<http://www.python.org/>`_. Version 2.7 and newer are known to work. You will

0 commit comments

Comments
 (0)