Update libgit2 to v0.24.3

Noticed just in time to miss the 0.10.1 release...
This commit is contained in:
Oliver Hamlet
2016-11-12 20:57:56 +00:00
parent d8f8dc43ea
commit 29b1444886
+1 -1
View File
@@ -71,7 +71,7 @@ set (LIBESPM_INCLUDE_DIRS "${SOURCE_DIR}/include")
ExternalProject_Add(libgit2
PREFIX "external"
URL "https://github.com/libgit2/libgit2/archive/v0.24.2.tar.gz"
URL "https://github.com/libgit2/libgit2/archive/v0.24.3.tar.gz"
CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DSTATIC_CRT=${MSVC_STATIC_RUNTIME}
BUILD_COMMAND ${CMAKE_COMMAND} --build . --target git2 --config $(CONFIGURATION)
INSTALL_COMMAND "")