mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
2ef3bd9186
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
4 lines
111 B
CMake
4 lines
111 B
CMake
include(ExternalProject)
|
|
set(ENV{CMAKE_TLS_VERSION} bad-env)
|
|
ExternalProject_Add(MyProj GIT_REPOSITORY "fake")
|