Update libgit2 to v0.26.3

This includes security fixes and enabled TLS 1.2 on Windows 7.
This commit is contained in:
Oliver Hamlet
2018-03-12 17:22:08 +00:00
parent f57b2abe53
commit f50b9eac13
+1 -1
View File
@@ -90,7 +90,7 @@ ENDIF ()
ExternalProject_Add(libgit2
PREFIX "external"
URL "https://github.com/libgit2/libgit2/archive/v0.26.0.tar.gz"
URL "https://github.com/libgit2/libgit2/archive/v0.26.3.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 "")