From c48ad61c05458f787afeb475c799ecf5f0386b98 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 24 Jun 2017 07:35:45 +0100 Subject: [PATCH] Update libgit2 to v0.26.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39164cb9..f2bfaeb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ set (LIBESPM_INCLUDE_DIRS "${SOURCE_DIR}/include") ExternalProject_Add(libgit2 PREFIX "external" - URL "https://github.com/libgit2/libgit2/archive/v0.25.1.tar.gz" + URL "https://github.com/libgit2/libgit2/archive/v0.26.0.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 "")