We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02ea9ad + f2a28fc commit 083826fCopy full SHA for 083826f
1 file changed
CMakeModules/FindLibSSH.cmake
@@ -70,11 +70,11 @@ else (LIBSSH_LIBRARY_DIR AND LIBSSH_INCLUDE_DIRS)
70
)
71
72
if (SSH_FOUND)
73
- string(REPLACE "ssh.so" ""
+ string(REPLACE "libssh.so" ""
74
LIBSSH_LIBRARY_DIR
75
${SSH_LIBRARY}
76
77
- string(REPLACE "libssh.so" ""
+ string(REPLACE "ssh.so" ""
78
79
${LIBSSH_LIBRARY_DIR}
80
0 commit comments