mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:33:33 +03:00
cmake: tidy up option descriptions
- capitalize. - impartive voice. - stick to `Build ...`, `Use ...`, `Enable ...`, `Disable ...` with a couple of exceptions. - drop period. - fix wolfSSH, WebSockets casing. Closes #14636
This commit is contained in:
parent
a62e3be67d
commit
b3e1fe6dd6
2 changed files with 64 additions and 64 deletions
|
|
@ -23,7 +23,7 @@
|
|||
###########################################################################
|
||||
include(CheckCSourceCompiles)
|
||||
|
||||
option(CURL_HIDDEN_SYMBOLS "Set to ON to hide libcurl internal symbols (=hide all symbols that are not officially external)." ON)
|
||||
option(CURL_HIDDEN_SYMBOLS "Hide libcurl internal symbols (=hide all symbols that are not officially external)" ON)
|
||||
mark_as_advanced(CURL_HIDDEN_SYMBOLS)
|
||||
|
||||
if(WIN32 AND (ENABLE_DEBUG OR ENABLE_CURLDEBUG))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue