diff options
author | Shane Parris <shane.lee.parris@gmail.com> | 2017-10-18 14:29:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-18 19:21:43 (GMT) |
commit | d45aa38a068ef38331b5dab195c42502e3829eb0 (patch) | |
tree | 27edb2cc72d89241b96fc607141a7070f826a09a | |
parent | 60c272b69ae1c3363aba02488c04c83f66264251 (diff) | |
download | CMake-d45aa38a068ef38331b5dab195c42502e3829eb0.zip CMake-d45aa38a068ef38331b5dab195c42502e3829eb0.tar.gz CMake-d45aa38a068ef38331b5dab195c42502e3829eb0.tar.bz2 |
Add dev notes for topic 'curl_netrc_options'
-rw-r--r-- | Help/release/dev/curl_netrc_options.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/release/dev/curl_netrc_options.rst b/Help/release/dev/curl_netrc_options.rst new file mode 100644 index 0000000..850c9ce --- /dev/null +++ b/Help/release/dev/curl_netrc_options.rst @@ -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. |