blob: d2129826b785d5020aec04b47f6c02438f2bc8f4 [file] [log] [blame]
include(ExternalProject)
set(ENV{CMAKE_TLS_VERSION} bad-env)
set(CMAKE_TLS_VERSION bad-var)
ExternalProject_Add(MyProj GIT_REPOSITORY "fake" TLS_VERSION bad-arg)