mirror of
https://github.com/curl/curl.git
synced 2026-01-27 01:44:17 +00:00
INSTALL-CMAKE.md: document Apple framework options
Also document when they are used. Closes #20350
This commit is contained in:
parent
0e8683ee2a
commit
4ed578af7a
@ -477,6 +477,14 @@ Examples:
|
||||
which directory (typically) contains `include` and `lib` subdirectories.
|
||||
No ending slash or backslash is necessary.
|
||||
|
||||
## Dependency options (Apple frameworks)
|
||||
|
||||
- `COREFOUNDATION_FRAMEWORK`: Absolute path to `CoreFoundation` framework. (for IPv6 non-c-ares, SecTrust, wolfSSL)
|
||||
- `CORESERVICES_FRAMEWORK`: Absolute path to `CoreServices` framework. (for IPv6 non-c-ares, SecTrust)
|
||||
- `FOUNDATION_FRAMEWORK`: Absolute path to `Foundation` framework. (for Rustls)
|
||||
- `SECURITY_FRAMEWORK`: Absolute path to `Security` framework. (for Rustls, SecTrust, wolfSSL)
|
||||
- `SYSTEMCONFIGURATION_FRAMEWORK`: Absolute path to `SystemConfiguration` framework. (for IPv6 non-c-ares)
|
||||
|
||||
## Test tools
|
||||
|
||||
- `APXS`: Default: `apxs`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user