We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc71192 commit faa04b3Copy full SHA for faa04b3
1 file changed
CMakeModules/FindLibSSH.cmake
@@ -90,15 +90,15 @@ else()
90
91
if(LIBSSH_VERSION VERSION_LESS 0.8.0)
92
# libssh_threads also needs to be linked for these versions
93
- string(REPLACE "libssh.so" ""
+ string(REPLACE "libssh.so" "libssh_threads.so"
94
LIBSSH_THREADS_LIBRARY
95
${LIBSSH_LIBRARY}
96
)
97
- string(REPLACE "libssh.dylib" ""
+ string(REPLACE "libssh.dylib" "libssh_threads.dylib"
98
99
${LIBSSH_THREADS_LIBRARY}
100
101
- string(REPLACE "ssh.so" ""
+ string(REPLACE "ssh.so" "ssh_threads.so"
102
103
104
0 commit comments