]> granicus.if.org Git - llvm/commitdiff
[docs] Bump minimum version of CMake in its own doc
authorRenato Golin <renato.golin@linaro.org>
Thu, 23 Jun 2016 15:28:00 +0000 (15:28 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 23 Jun 2016 15:28:00 +0000 (15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273570 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.rst

index 3120677e60843697fc9ae4ef42c441a5974fb179..5d57bc98596b36e945e6dc1eaab406ce04103aa6 100644 (file)
@@ -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.