Skip to content

Commit

Permalink
Deploy libgit v1.0.1 as well as libgit v.1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Aug 22, 2022
1 parent b5ba2c7 commit 3e86e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/importLibGit2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ function(download_git2)
add_third_party_dependency("libssh2-1.9.0")
elseif(OSX)
If(${CMAKE_SYSTEM_PROCESSOR} MATCHES "arm64")
add_third_party_dependency("openssl-1.1.1k")
add_third_party_dependency("libgit2-1.4.4")
add_third_party_dependency("libgit2-1.0.1")
add_third_party_dependency("libssh2-1.9.0")
add_third_party_dependency("openssl-1.1.1k")
else()
#Libgit >= 1.4 depend on ssh2 1.9 and ssl 1.1.1
add_third_party_dependency("libgit2-1.4.4")
Expand Down

0 comments on commit 3e86e05

Please sign in to comment.