mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Merge topic 'curl_netrc_options'
d45aa38aAdd dev notes for topic 'curl_netrc_options'60c272b6ExternalProject: Add support for NETRC and NETRC_FILE suboption754e39ddAdd testcases for file(DOWNLOAD|UPLOAD) netrc options5d67e902file(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:
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user