[llvm] r229121 - Help: Document the minimum CMake version required.

Tom Stellard thomas.stellard at amd.com
Fri Feb 13 08:15:29 PST 2015


Author: tstellar
Date: Fri Feb 13 10:15:29 2015
New Revision: 229121

URL: http://llvm.org/viewvc/llvm-project?rev=229121&view=rev
Log:
Help: Document the minimum CMake version required.

Patch by: Stephen Kelly

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=229121&r1=229120&r2=229121&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Fri Feb 13 10:15:29 2015
@@ -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.





More information about the llvm-commits mailing list