mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
17b47da3d8
Occasionally curl updates introduce errors in https verification. Add an explicit test for this capability, activated by an undocumented option that we can use in CI to specify a URL to test. Co-authored-by: Brad King <brad.king@kitware.com> Fixes: #24405 Issue: #24147 Issue: #24398