]> git.proxmox.com Git - libgit2.git/commitdiff
Increase required version of cmake to 2.8
authorTony Kelman <tony@kelman.net>
Sun, 5 Jul 2015 14:07:48 +0000 (10:07 -0400)
committerTony Kelman <tony@kelman.net>
Fri, 10 Jul 2015 19:10:47 +0000 (12:10 -0700)
CMakeLists.txt
README.md

index 5c55ddd1a2b3c1a4c1d4a031bdae8df77fa8bd82..d3fe48f89fab438b4a60da71006a7d789da2a53d 100644 (file)
@@ -12,7 +12,7 @@
 # > cmake --build . --target install
 
 PROJECT(libgit2 C)
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 CMAKE_POLICY(SET CMP0015 NEW)
 
 # Add find modules to the path
index 4ee1fdc2ad1d8cf859826b9513db4ba252dfc09e..3191aeee2c6b9e0127a11ba731d00bd2c7a89111 100644 (file)
--- 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