From 813263dc3a45a886d5bcb810555a4a32eb3a3f70 Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Mon, 20 Feb 2017 16:33:53 -0800 Subject: CMake: Set at most one SSL library Ref: https://github.com/curl/curl/pull/1228 --- docs/INSTALL.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3