diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-02-13 16:15:29 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-02-13 16:15:29 +0000 |
commit | 94d1521fcde800bce2524ae21b6610b38bee01f4 (patch) | |
tree | bc8ac26b083a3439fa041d9c10318f11a3da7a20 | |
parent | b57e39e310fb8f25d19f0ec0b581b34710f34760 (diff) | |
download | bcm5719-llvm-94d1521fcde800bce2524ae21b6610b38bee01f4.tar.gz bcm5719-llvm-94d1521fcde800bce2524ae21b6610b38bee01f4.zip |
Help: Document the minimum CMake version required.
Patch by: Stephen Kelly
llvm-svn: 229121
-rw-r--r-- | llvm/docs/CMake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 03a809024e1..ed3ae52de9a 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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. |