Help: Document the minimum CMake version required.

Patch by: Stephen Kelly

llvm-svn: 229121
This commit is contained in:
Tom Stellard 2015-02-13 16:15:29 +00:00
parent b57e39e310
commit 94d1521fcd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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 is the minimum required.
CMake. Version 2.8.8 is the minimum required.
#. Open a shell. Your development tools must be reachable from this shell
through the PATH environment variable.