Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | cmake: Improve libssh2 check on Windows | nicoguillier | |
- Add "libssh2" name to FindLibSSH2 library search. On Windows systems, libSSH2 CMake installation may name the library "LibSSH2". Prior to this change cmake only checked for name "ssh2". On Linux that works fine because it will prepend the "lib", but it doesn't do that on Windows. Closes https://github.com/curl/curl/pull/4804 | |||
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov | |
Closes #2727 Reviewed-by: Sergei Nikulov | |||
2014-08-25 | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski | |