diff options
author | Peter Wu <peter@lekensteyn.nl> | 2020-05-10 16:23:30 +0200 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2020-05-15 21:58:12 +0200 |
commit | a158a0916691164b40b29e301d7cf589882598c0 (patch) | |
tree | dfc06f1de8df6402c02c9fd521521f230bb8a919 /docs/INSTALL.cmake | |
parent | a384e870bc59c839d48f856a31eb8f9f3b7dec3b (diff) | |
download | curl-a158a0916691164b40b29e301d7cf589882598c0.tar.gz |
CMake: add libssh build support
Closes #5372
Diffstat (limited to 'docs/INSTALL.cmake')
-rw-r--r-- | docs/INSTALL.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/INSTALL.cmake b/docs/INSTALL.cmake index 03328cbcd..c967b0851 100644 --- a/docs/INSTALL.cmake +++ b/docs/INSTALL.cmake @@ -25,8 +25,7 @@ Current flaws in the curl CMake build - Builds libcurl without large file support - Does not support all SSL libraries (only OpenSSL, WinSSL, DarwinSSL, and - mbed TLS) - - Doesn't build with SCP and SFTP support (libssh2) (see issue #1155) + mbed TLS, NSS, WolfSSL) - Doesn't allow different resolver backends (no c-ares build support) - No RTMP support built - Doesn't allow build curl and libcurl debug enabled |