CMake/Help/release/dev/ep-tls-verify-git.rst
Samir Benmendil 272779ce6a ExternalProject: Allow TLS_VERIFY for git clones
Use the git config `http.sslVerify=false` to disable strict ssl for git
commands.
2016-04-01 11:49:16 -04:00

6 lines
139 B
ReStructuredText

ep-tls-verify-git
-----------------
* The :module:`ExternalProject` module now uses ``TLS_VERIFY`` when fetching
from git repositories.