Update libgit2 to v1.1.1

This commit is contained in:
Oliver Hamlet
2021-07-19 19:42:57 +01:00
parent a09c9f73ac
commit 45b1597ace
+1 -1
View File
@@ -101,7 +101,7 @@ ENDIF()
ExternalProject_Add(libgit2
PREFIX "external"
URL "https://github.com/libgit2/libgit2/archive/v1.1.0.tar.gz"
URL "https://github.com/libgit2/libgit2/archive/v1.1.1.tar.gz"
CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DUSE_SSH=OFF -DSTATIC_CRT=${MSVC_STATIC_RUNTIME} -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE} -DREGEX_BACKEND=builtin
BUILD_COMMAND ${LIBGIT2_BUILD_COMMAND}
INSTALL_COMMAND "")