From 4f95f327093bef29a4f8fe188edc6c95f49980a5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jan 2025 15:24:57 +0100 Subject: [PATCH] INSTALL-CMAKE.md: fix punctuation --- docs/INSTALL-CMAKE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 2.47.3