You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
555 B
14 lines
555 B
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.
|