mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06:00
Backport upstream curl commit `f55974c139` (vtls: fix CURLOPT_CAPATH use, 2025-11-08). It revises commit `eefd03c572` (ssl: support Apple SecTrust configurations, 2025-09-24, `curl-8_17_0~443`) to accept `CURLOPT_CAPATH` when there is no default `CURL_CA_PATH`. CURL-Issue: https://github.com/curl/curl/issues/19401 CURL-PR: https://github.com/curl/curl/pull/19408