mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:23:36 +03:00
cmake: add CURL_USE_GSASL option with detection + CI test
Reviewed-by: Viktor Szakats Closes #13948
This commit is contained in:
parent
8dc4493d54
commit
66bf995d1c
3 changed files with 15 additions and 2 deletions
|
|
@ -719,6 +719,9 @@ ${SIZEOF_TIME_T_CODE}
|
|||
/* if librtmp/rtmpdump is in use */
|
||||
#cmakedefine USE_LIBRTMP 1
|
||||
|
||||
/* if GSASL is in use */
|
||||
#cmakedefine USE_GSASL 1
|
||||
|
||||
/* Define to 1 if you don't want the OpenSSL configuration to be loaded
|
||||
automatically */
|
||||
#cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue