From c1bd489028f124cccf8376e95de1aa27af766d9c Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 23 Jun 2016 15:28:00 +0000 Subject: [docs] Bump minimum version of CMake in its own doc llvm-svn: 273570 --- llvm/docs/CMake.rst | 5 +---- 1 file changed, 1 insertion(+), 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 `_ 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. -- cgit v1.2.3