summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-04-06 08:04:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-04-06 08:04:32 +0200
commit1526912b98d1d3fcd2e78c3e927316043395d1eb (patch)
tree9e668c8208c8db801661d2f92bd11ddfc8768aae
parent8761a40fd95a8016f6c1d83516b86a1110ae118b (diff)
downloadgnurl-1526912b98d1d3fcd2e78c3e927316043395d1eb.tar.gz
gnurl-1526912b98d1d3fcd2e78c3e927316043395d1eb.tar.bz2
gnurl-1526912b98d1d3fcd2e78c3e927316043395d1eb.zip
INSTALL.cmake: more problems
and mention specific issues where they are discussed
-rw-r--r--docs/INSTALL.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/INSTALL.cmake b/docs/INSTALL.cmake
index 9c5c2d9f6..61492dbd6 100644
--- a/docs/INSTALL.cmake
+++ b/docs/INSTALL.cmake
@@ -26,7 +26,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)
+ - Doesn't build with SCP and SFTP support (libssh2) (see issue #1155)
- Doesn't allow different resolver backends (no c-ares build support)
- No RTMP support built
- Doesn't allow build curl and libcurl debug enabled
@@ -34,6 +34,7 @@ Current flaws in the curl CMake build
- Doesn't allow you to disable specific protocols from the build
- Doesn't find or use krb4 or GSS
- Rebuilds test files too eagerly, but still can't run the tests
+ - Does't detect the correct strerror_r flavor when cross-compiling (issue #1123)
Important notice