mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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")
|