diff options
author | Peter Wu <peter@lekensteyn.nl> | 2014-10-12 11:27:07 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-10-12 14:11:42 +0200 |
commit | b55502cdae4e9eb773762b87694f347a8d11ed8b (patch) | |
tree | 4e4d90a321a54995612b3281584c124487cf60b8 /docs/INSTALL.cmake | |
parent | 87a3a924ce237fc128bcfbcaa37305e47f8acda0 (diff) | |
download | curl-b55502cdae4e9eb773762b87694f347a8d11ed8b.tar.gz |
cmake: build tool_hugehelp (ENABLE_MANUAL)
Rather than always outputting an empty manual page for the '-M' option,
generate a full manual page as done by autotools. For simplicity in
CMake, always generate the gzipped page as it will not be used anyway
when zlib is not available.
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'docs/INSTALL.cmake')
-rw-r--r-- | docs/INSTALL.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/INSTALL.cmake b/docs/INSTALL.cmake index f5d32d898..dd8c93674 100644 --- a/docs/INSTALL.cmake +++ b/docs/INSTALL.cmake @@ -24,7 +24,6 @@ Current flaws in the curl CMake build Missing features in the cmake build: - Builds libcurl without large file support - - It doesn't build src/tool_hugehelp.c which creates the --manual output - Can't select which SSL library to build with, only OpenSSL - Doesn't build with SCP and SFTP support (libssh2) - Doesn't allow different resolver backends (no c-ares build support) |