https://github.com/Kitware/CMake
Revision 17b47da3d8988c5723fb6083e48ed94080442e1d authored by scivision on 10 February 2023, 02:53:02 UTC, committed by Brad King on 10 February 2023, 17:22:00 UTC
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
1 parent 9b7d086
Raw File
Tip revision: 17b47da3d8988c5723fb6083e48ed94080442e1d authored by scivision on 10 February 2023, 02:53:02 UTC
Tests: Add test for file(DOWNLOAD) with TLS_VERIFY
Tip revision: 17b47da
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top