diff options
| author | Renato Golin <renato.golin@linaro.org> | 2016-06-23 15:28:00 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2016-06-23 15:28:00 +0000 |
| commit | c1bd489028f124cccf8376e95de1aa27af766d9c (patch) | |
| tree | 0809297866788cbed8bced51cb434025c9fc9a2b | |
| parent | 002e244717024afb6195bd2f3672a71185e00ca7 (diff) | |
| download | bcm5719-llvm-c1bd489028f124cccf8376e95de1aa27af766d9c.tar.gz bcm5719-llvm-c1bd489028f124cccf8376e95de1aa27af766d9c.zip | |
[docs] Bump minimum version of CMake in its own doc
llvm-svn: 273570
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 3120677e608..5d57bc98596 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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. |

