Skip to content

ExternalProject: Add TLS version options for https connections

Brad King requested to merge brad.king/cmake:ExternalProject-TLS_VERSION into master

Add a TLS_VERSION option and honor CMAKE_TLS_VERSION variables. Also map the version to Git options as we already do for TLS_VERIFY.

Issue: #25701

Merge request reports