mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Add a dedicated `TLSVerify` ctest option and a `CTEST_TLS_VERIFY` variable to control it. Deprecate `CurlOptions` because it exposes internal implementation details.
4 lines
109 B
CMake
4 lines
109 B
CMake
set(SUBMIT_URL "https://badhostname.invalid")
|
|
set(CTEST_SUBMIT_RETRY_COUNT 0 CACHE STRING "")
|
|
include(CTest)
|