File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
checksums/libgit2-75db289a041b1f1084768244e167b953ac7eeaa5.tar.gz Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ 43f28f86c884c3c469ce4080de287ee7
Original file line number Diff line number Diff line change
1
+ 6d7c5a6fd0f6678944e0ae379f5b5fa628f7a6936db6fbff4442e98db7037fd3baf2010ffc7c45ed7a30c7ebff1973a0a9047d67dbac1dedf2df444a80bdf43b
Original file line number Diff line number Diff line change 1
- LIBGIT2_BRANCH=v0.24.1
2
- LIBGIT2_SHA1=211e117a0590583a720c53172406f34186c543bd
1
+ LIBGIT2_BRANCH=v0.25.0
2
+ LIBGIT2_SHA1=75db289a041b1f1084768244e167b953ac7eeaa5
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ index cfd5736..82d2c63 100644
16
16
+ if (rc != LIBSSH2_ERROR_NONE) {
17
17
+ rc = LIBSSH2_ERROR_AUTHENTICATION_FAILED;
18
18
goto shutdown;
19
- + }
19
+ + }
20
20
21
21
rc = libssh2_agent_list_identities(agent);
22
+
Original file line number Diff line number Diff line change 9
9
+ GET_TARGET_PROPERTY(LIBSSH2_INCLUDE_DIRS Libssh2::libssh2 INTERFACE_INCLUDE_DIRECTORIES)
10
10
+ GET_TARGET_PROPERTY(LIBSSH2_LOCATION Libssh2::libssh2 IMPORTED_LOCATION_RELEASE)
11
11
+ GET_FILENAME_COMPONENT(LIBSSH2_LIBRARY_DIRS ${LIBSSH2_LOCATION} PATH)
12
- + SET(LIBSSH2_LIBRARIES "-lssh2")
12
+ + SET(LIBSSH2_LIBRARIES "-lssh2")
13
13
ENDIF()
14
14
- IF (LIBSSH2_FOUND)
15
15
+ IF (Libssh2_FOUND)
You can’t perform that action at this time.
0 commit comments