From: Viktor Szakats Date: Thu, 30 Jan 2025 14:24:57 +0000 (+0100) Subject: INSTALL-CMAKE.md: fix punctuation X-Git-Tag: curl-8_12_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f95f327093bef29a4f8fe188edc6c95f49980a5;p=thirdparty%2Fcurl.git INSTALL-CMAKE.md: fix punctuation --- diff --git a/docs/INSTALL-CMAKE.md b/docs/INSTALL-CMAKE.md index b74edc5216..893f4b57f8 100644 --- a/docs/INSTALL-CMAKE.md +++ b/docs/INSTALL-CMAKE.md @@ -164,7 +164,7 @@ assumes that CMake generates `Makefile`: - `CURL_TARGET_WINDOWS_VERSION`: Minimum target Windows version as hex string. - `CURL_TEST_BUNDLES`: Bundle `libtest` and `unittest` tests into single binaries. Default: `OFF` - `CURL_WERROR`: Turn compiler warnings into errors. Default: `OFF` -- `ENABLE_CURLDEBUG`: Enable TrackMemory debug feature: Default: =`ENABLE_DEBUG` +- `ENABLE_CURLDEBUG`: Enable TrackMemory debug feature. Default: =`ENABLE_DEBUG` - `ENABLE_CURL_MANUAL`: Build the man page for curl and enable its `-M`/`--manual` option. Default: `ON` - `ENABLE_DEBUG`: Enable curl debug features (for developing curl itself). Default: `OFF` - `IMPORT_LIB_SUFFIX`: Import library suffix. Default: `_imp` @@ -206,7 +206,7 @@ assumes that CMake generates `Makefile`: - `CURL_DISABLE_DIGEST_AUTH`: Disable Digest authentication. Default: `OFF` - `CURL_DISABLE_DOH`: Disable DNS-over-HTTPS. Default: `OFF` - `CURL_DISABLE_FILE`: Disable FILE. Default: `OFF` -- `CURL_DISABLE_FORM_API`: Disable **form-api**: Default: =`CURL_DISABLE_MIME` +- `CURL_DISABLE_FORM_API`: Disable **form-api**. Default: =`CURL_DISABLE_MIME` - `CURL_DISABLE_FTP`: Disable FTP. Default: `OFF` - `CURL_DISABLE_GETOPTIONS`: Disable `curl_easy_options` API for existing options to `curl_easy_setopt`. Default: `OFF` - `CURL_DISABLE_GOPHER`: Disable Gopher. Default: `OFF`