Merge topic 'curl_netrc_options'

d45aa38a Add dev notes for topic 'curl_netrc_options'
60c272b6 ExternalProject: Add support for NETRC and NETRC_FILE suboption
754e39dd Add testcases for file(DOWNLOAD|UPLOAD) netrc options
5d67e902 file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
Merge-request: !1376
This commit is contained in:
Brad King
2017-10-19 13:27:22 +00:00
committed by Kitware Robot
20 changed files with 277 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
CMAKE_NETRC
-----------
This variable is used to initialize the ``NETRC`` option for
:command:`file(DOWNLOAD)` and :command:`file(DOWNLOAD)` commands and the
module :module:`ExternalProject`. See those commands for additional
information.
The local option takes precedence over this variable.
+9
View File
@@ -0,0 +1,9 @@
CMAKE_NETRC_FILE
----------------
This variable is used to initialize the ``NETRC_FILE`` option for
:command:`file(DOWNLOAD)` and :command:`file(DOWNLOAD)` commands and the
module :module:`ExternalProject`. See those commands for additional
information.
The local option takes precedence over this variable.