From e1c6a67df6226d45994049020b4a2810b033d915 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. llvm-svn: 120162 --- llvm/docs/CMake.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index e2dac2e314d3..c5c553826496 100644 --- a/llvm/docs/CMake.html +++ b/llvm/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.