Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
ExternalProject
/
TLSVersionBadEnv.cmake
blob: 801864246193064af26e82cc612e6d27f3a78903 [
file
] [
log
] [
blame
] [
edit
]
include
(
ExternalProject
)
set
(
ENV
{
CMAKE_TLS_VERSION
}
bad
-
env
)
ExternalProject_Add
(
MyProj
GIT_REPOSITORY
"fake"
)