mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:47:16 +03:00
cmake: add CURL_DISABLE_BINDLOCAL option
To match similar autotools option. Default is `ON`. Reviewed-by: Daniel Stenberg Closes #12345
This commit is contained in:
parent
a5daac6009
commit
20bb363f25
2 changed files with 5 additions and 0 deletions
|
|
@ -101,6 +101,9 @@
|
|||
/* disables MIME support */
|
||||
#cmakedefine CURL_DISABLE_MIME 1
|
||||
|
||||
/* disables local binding support */
|
||||
#cmakedefine CURL_DISABLE_BINDLOCAL 1
|
||||
|
||||
/* disables MQTT */
|
||||
#cmakedefine CURL_DISABLE_MQTT 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue