You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,6 +36,7 @@ option(USE_SHA1 "Enable SHA1. Can be set to CollisionDetection(ON
36
36
option(USE_SHA256"Enable SHA256. Can be set to HTTPS/Builtin"ON)
37
37
option(USE_GSSAPI"Link with libgssapi for SPNEGO auth"OFF)
38
38
set(USE_HTTP_PARSER ""CACHESTRING"Specifies the HTTP Parser implementation; either system or builtin.")
39
+
# set(USE_XDIFF "" CACHE STRING "Specifies the xdiff implementation; either system or builtin.")
39
40
set(REGEX_BACKEND ""CACHESTRING"Regular expression implementation. One of regcomp_l, pcre2, pcre, regcomp, or builtin.")
40
41
option(USE_BUNDLED_ZLIB"Use the bundled version of zlib. Can be set to one of Bundled(ON)/Chromium. The Chromium option requires a x86_64 processor with SSE4.2 and CLMUL"OFF)
41
42
@@ -82,12 +83,6 @@ if(MSVC)
82
83
option(WIN32_LEAKCHECK"Enable leak reporting via crtdbg"OFF)
83
84
endif()
84
85
85
-
if(WIN32)
86
-
# By default, libgit2 is built with WinHTTP. To use the built-in
87
-
# HTTP transport, invoke CMake with the "-DUSE_WINHTTP=OFF" argument.
0 commit comments