[llvm] r273570 - [docs] Bump minimum version of CMake in its own doc

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 08:28:00 PDT 2016


Author: rengolin
Date: Thu Jun 23 10:28:00 2016
New Revision: 273570

URL: http://llvm.org/viewvc/llvm-project?rev=273570&view=rev
Log:
[docs] Bump minimum version of CMake in its own doc

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=273570&r1=273569&r2=273570&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Thu Jun 23 10:28:00 2016
@@ -34,10 +34,7 @@ Quick start
 We use here the command-line, non-interactive CMake interface.
 
 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install
-   CMake. Version 2.8.8 is the minimum required, but if you're using the Ninja
-   backend, CMake v3.2 or newer is required to `get interactive output
-   <http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20141117/244797.html>`_
-   when running :doc:`Lit <CommandGuide/lit>`.
+   CMake. Version 3.4.3 is the minimum required.
 
 #. Open a shell. Your development tools must be reachable from this shell
    through the PATH environment variable.




More information about the llvm-commits mailing list