mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
Add dev notes for topic 'curl_netrc_options'
This commit is contained in:
parent
60c272b69a
commit
d45aa38a06
14
Help/release/dev/curl_netrc_options.rst
Normal file
14
Help/release/dev/curl_netrc_options.rst
Normal file
@ -0,0 +1,14 @@
|
||||
curl_netrc_options
|
||||
------------------
|
||||
|
||||
* The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands
|
||||
gained ``NETRC`` and ``NETRC_FILE`` options to specify use of a
|
||||
``.netrc`` file.
|
||||
|
||||
* The :module:`ExternalProject` module gained ``NETRC`` and ``NETRC_FILE``
|
||||
options to specify use of a ``.netrc`` file.
|
||||
|
||||
* The :variable:`CMAKE_NETRC` and :variable:`CMAKE_NETRC_FILE` variables
|
||||
were added to specify use of a ``.netrc`` file by the
|
||||
:command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and
|
||||
the :module:`ExternalProject` module.
|
Loading…
Reference in New Issue
Block a user