From: Viktor Szakats Date: Mon, 19 Jan 2026 07:00:05 +0000 (+0100) Subject: INSTALL-CMAKE.md: document Apple framework options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed578af7a08b7fce4a116ef2aedfedade750da4;p=thirdparty%2Fcurl.git INSTALL-CMAKE.md: document Apple framework options Also document when they are used. Closes #20350 --- diff --git a/docs/INSTALL-CMAKE.md b/docs/INSTALL-CMAKE.md index bc62da242f..a00a02eb53 100644 --- a/docs/INSTALL-CMAKE.md +++ b/docs/INSTALL-CMAKE.md @@ -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`