From 94d1521fcde800bce2524ae21b6610b38bee01f4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 13 Feb 2015 16:15:29 +0000 Subject: [PATCH] Help: Document the minimum CMake version required. Patch by: Stephen Kelly llvm-svn: 229121 --- llvm/docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 03a809024e1f..ed3ae52de9a7 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 `_ 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.