curl/CMake
nicoguillier 8792a59223 cmake: Improve libssh2 check on Windows
- 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
2020-01-11 18:53:32 -05:00
..
Platforms build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines 2019-10-05 19:18:30 -04:00
cmake_uninstall.cmake.in
CMakeConfigurableFile.in
curl-config.cmake.in
CurlSymbolHiding.cmake CMake: fix typos and spelling 2019-07-09 22:27:59 +02:00
CurlTests.c copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
FindBearSSL.cmake TLS: add BearSSL vtls implementation 2019-11-26 08:32:23 +01:00
FindBrotli.cmake
FindCARES.cmake
FindGSS.cmake CMake: remove needless newlines at end of gss variables 2019-08-31 11:40:10 +02:00
FindLibSSH2.cmake cmake: Improve libssh2 check on Windows 2020-01-11 18:53:32 -05:00
FindMbedTLS.cmake
FindNGHTTP2.cmake
FindNSS.cmake CMake: add support for building with the NSS vtls backend 2019-12-04 21:34:02 +00:00
Macros.cmake
OtherTests.cmake cmake: avoid linking executable for some tests with cmake 3.6+ 2019-04-10 19:12:28 +02:00
Utilities.cmake