mirror of
https://github.com/curl/curl.git
synced 2026-08-05 23:46:23 +03:00
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>
This commit is contained in:
parent
87a3a924ce
commit
b55502cdae
3 changed files with 65 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue