mirror of
https://github.com/curl/curl.git
synced 2026-06-04 00:24:15 +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
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -220,8 +220,8 @@ jobs:
|
|||
- CC: gcc-12
|
||||
build:
|
||||
- name: OpenSSL
|
||||
install: nghttp2 openssl
|
||||
generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9
|
||||
install: nghttp2 openssl gsasl
|
||||
generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCURL_USE_GSASL=ON
|
||||
- name: LibreSSL
|
||||
install: nghttp2 libressl
|
||||
generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/libressl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON -DBUILD_EXAMPLES=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue