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:
Viktor Szakats 2023-11-16 21:08:49 +00:00
parent a5daac6009
commit 20bb363f25
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 5 additions and 0 deletions

View file

@ -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