summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2015-07-05 10:07:48 -0400
committerTony Kelman <tony@kelman.net>2015-07-10 12:10:47 -0700
commit37c84dc58f43c609ddadff3f9ff25c1f5b52a746 (patch)
tree799ea81e13ee02a167104480fc625ebaa2eea256 /README.md
parent4d6362b168cdbc7d5b734810f2c81020c2837c4a (diff)
downloadlibgit2-37c84dc58f43c609ddadff3f9ff25c1f5b52a746.tar.gz
Increase required version of cmake to 2.8
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ee1fdc2a..3191aeee2 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Under Unix-like systems, like Linux, \*BSD and Mac OS X, libgit2 expects `pthrea
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
for threading.
-The `libgit2` library is built using [CMake](<http://www.cmake.org>) (version 2.6 or newer) on all platforms.
+The `libgit2` library is built using [CMake](<http://www.cmake.org>) (version 2.8 or newer) on all platforms.
On most systems you can build the library using the following commands