apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Update the way we check for libcurl feature availability #4962

Closed parkera closed 1 month ago

parkera commented 1 month ago

Since we can't rely on cmake to inspect the version of curl when we build as a package, switch to using a different approach for verifying availability of features that rely on certain versions of libcurl.

parkera commented 1 month ago

@al45tair this came up when I merged your latest changes from main into our package branch, so including you for review as well.