]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: disable `CURL_CA_PATH` auto-detection if `USE_APPLE_SECTRUST=ON`
authorViktor Szakats <commit@vsz.me>
Thu, 6 Nov 2025 01:20:12 +0000 (02:20 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Nov 2025 10:42:34 +0000 (11:42 +0100)
commit9825a3b708222be2e753d4c4a1ea0388cbfa334f
treeb201643d0f6f8c03ccd9c42cd54a34880cefbb51
parentede6a8e08762321d95864ad384b8ff5ac44ac459
cmake: disable `CURL_CA_PATH` auto-detection if `USE_APPLE_SECTRUST=ON`

Syncing behavior with `CURL_CA_BUNDLE` and autotools.

`/etc/ssl/certs` is empty by default on macOS systems, thus no likely
auto-detection finds something there.

Follow-up to eefd03c572996e5de4dec4fe295ad6f103e0eefc #18703

Closes #19380
CMakeLists.txt