diff options
author | Michael Maltese <michaeljosephmaltese@gmail.com> | 2017-02-20 16:33:53 -0800 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2017-03-05 14:42:53 +0100 |
commit | 813263dc3a45a886d5bcb810555a4a32eb3a3f70 (patch) | |
tree | 1ef88921e732ce0329746dafcf83a3e6f998626b /docs/INSTALL.cmake | |
parent | c6a97466b9c24000321ac0bcc96cceabb71b47e7 (diff) | |
download | curl-813263dc3a45a886d5bcb810555a4a32eb3a3f70.tar.gz |
CMake: Set at most one SSL library
Ref: https://github.com/curl/curl/pull/1228
Diffstat (limited to 'docs/INSTALL.cmake')
-rw-r--r-- | docs/INSTALL.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/INSTALL.cmake b/docs/INSTALL.cmake index b2924e642..9c5c2d9f6 100644 --- a/docs/INSTALL.cmake +++ b/docs/INSTALL.cmake @@ -24,7 +24,8 @@ Current flaws in the curl CMake build Missing features in the cmake build: - Builds libcurl without large file support - - Can't select which SSL library to build with, only OpenSSL + - Does not support all SSL libraries (only OpenSSL, WinSSL, DarwinSSL, and + mbed TLS) - Doesn't build with SCP and SFTP support (libssh2) - Doesn't allow different resolver backends (no c-ares build support) - No RTMP support built |