Skip to content

Commit df8855f

Browse files
committed
Add OpenSSL lib for libgit2
-- Could NOT find OpenSSL, try to set the path to OpenSSL root CMake Error at src/CMakeLists.txt:180 (MESSAGE): Asked for OpenSSL TLS backend, but it wasn't found
1 parent df93a1d commit df8855f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ parts:
1414
libgit2:
1515
plugin: cmake
1616
source: https://github.com/libgit2/libgit2/archive/v0.27.0.tar.gz
17+
build-packages:
18+
- libssl-dev
1719

1820
gitless-cli:
1921
plugin: python

0 commit comments

Comments
 (0)