Skip to content

Commit

Permalink
[docs] Bump minimum version of CMake in its own doc
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273570 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Jun 23, 2016
1 parent 8f92645 commit e90638d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/CMake.rst
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e90638d

Please sign in to comment.