From d1627e331f441536854d47c1258e89086beb374e Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Thu, 25 Nov 2010 21:41:48 +0000 Subject: [PATCH] Bump required cmake version on CMake.html. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120162 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.html b/docs/CMake.html index e2dac2e314d..c5c55382649 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -68,7 +68,7 @@
  1. Download - and install CMake. Version 2.6.2 is the minimum required.

    + and install CMake. Version 2.8 is the minimum required.

  2. Open a shell. Your development tools must be reachable from this shell through the PATH environment variable.