mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 15:10:02 +00:00
Increase required version of cmake to 2.8
This commit is contained in:
parent
4d6362b168
commit
37c84dc58f
@ -12,7 +12,7 @@
|
|||||||
# > cmake --build . --target install
|
# > cmake --build . --target install
|
||||||
|
|
||||||
PROJECT(libgit2 C)
|
PROJECT(libgit2 C)
|
||||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||||
CMAKE_POLICY(SET CMP0015 NEW)
|
CMAKE_POLICY(SET CMP0015 NEW)
|
||||||
|
|
||||||
# Add find modules to the path
|
# Add find modules to the path
|
||||||
|
@ -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
|
they should be installed by default on all systems. Under Windows, libgit2 uses the native Windows API
|
||||||
for threading.
|
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
|
On most systems you can build the library using the following commands
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user