Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e874f3c

Browse files
tkelmancarlosmn
authored andcommitted
Increase required version of cmake to 2.8
1 parent 7483e08 commit e874f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# > cmake --build . --target install
1313

1414
PROJECT(libgit2 C)
15-
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
15+
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
1616
CMAKE_POLICY(SET CMP0015 NEW)
1717

1818
# Add find modules to the path

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Under Unix-like systems, like Linux, \*BSD and Mac OS X, libgit2 expects `pthrea
8888
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
8989
for threading.
9090

91-
The `libgit2` library is built using [CMake](<http://www.cmake.org>) (version 2.6 or newer) on all platforms.
91+
The `libgit2` library is built using [CMake](<http://www.cmake.org>) (version 2.8 or newer) on all platforms.
9292

9393
On most systems you can build the library using the following commands
9494

0 commit comments

Comments
 (0)