From 5b3aa6bcb267e5a6ee6a97f6cb5a6cea088649df Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 27 Oct 2018 10:09:55 +0100 Subject: [PATCH] Update libgit2 to v0.27.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e3efbbb..25998ec8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ ENDIF () ExternalProject_Add(libgit2 PREFIX "external" - URL "https://github.com/libgit2/libgit2/archive/v0.27.5.tar.gz" + URL "https://github.com/libgit2/libgit2/archive/v0.27.7.tar.gz" CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DSTATIC_CRT=${MSVC_STATIC_RUNTIME} -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE} BUILD_COMMAND ${CMAKE_COMMAND} --build . --target git2 --config $(CONFIGURATION) INSTALL_COMMAND "")