From: Renato Golin Date: Thu, 23 Jun 2016 15:28:00 +0000 (+0000) Subject: [docs] Bump minimum version of CMake in its own doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e90638d417d9f827ef7532d691bfd185e1915474;p=llvm [docs] Bump minimum version of CMake in its own doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273570 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index 3120677e608..5d57bc98596 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -34,10 +34,7 @@ Quick start We use here the command-line, non-interactive CMake interface. #. `Download `_ 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 - `_ - when running :doc:`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.