diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-15 04:52:54 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-09-15 04:52:54 (GMT) |
commit | e1ca117332fbf6adf3a467a420804e9cb1891582 (patch) | |
tree | ab335f9c2df976bdbd4338ff5f3c301264f45edf /Modules/ExternalProject-download.cmake.in | |
parent | 100817dc5d190ec7b8b4fe3ef822b6df9e5e7c67 (diff) | |
download | CMake-e1ca117332fbf6adf3a467a420804e9cb1891582.zip CMake-e1ca117332fbf6adf3a467a420804e9cb1891582.tar.gz CMake-e1ca117332fbf6adf3a467a420804e9cb1891582.tar.bz2 |
ExternalProject: Add HTTP_{USERNAME,PASSWORD}
Diffstat (limited to 'Modules/ExternalProject-download.cmake.in')
-rw-r--r-- | Modules/ExternalProject-download.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/ExternalProject-download.cmake.in b/Modules/ExternalProject-download.cmake.in index 91d74e0..0e82adb 100644 --- a/Modules/ExternalProject-download.cmake.in +++ b/Modules/ExternalProject-download.cmake.in @@ -135,6 +135,7 @@ foreach(i RANGE ${retry_number}) @TIMEOUT_ARGS@ STATUS status LOG log + @USERPWD_ARGS@ ) list(GET status 0 status_code) |