CMake: Set at most one SSL library

Ref: https://github.com/curl/curl/pull/1228
This commit is contained in:
Michael Maltese 2017-02-20 16:33:53 -08:00 committed by Peter Wu
parent c6a97466b9
commit 813263dc3a
3 changed files with 31 additions and 7 deletions

View file

@ -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