Skip to content

Commit

Permalink
libssh2 required
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jun 11, 2024
1 parent 126ee94 commit 8169d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/libssh2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if(USE_SYSTEM_LIBSSH2)
if(PKG_CONFIG_FOUND)
pkg_check_modules(LIBSSH2 libssh2)
pkg_check_modules(LIBSSH2 REQUIRED libssh2)
endif()

else()
Expand Down

0 comments on commit 8169d04

Please sign in to comment.