Help: Document the minimum CMake version required.
authorTom Stellard <thomas.stellard@amd.com>
Fri, 13 Feb 2015 16:15:29 +0000 (16:15 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 13 Feb 2015 16:15:29 +0000 (16:15 +0000)
Patch by: Stephen Kelly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229121 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.rst

index 03a809024e1f3804098f392098eb6549c8b6378c..ed3ae52de9a7844d26778821180d3e11e0f25a53 100644 (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.