curl_netrc_options.rst 555 B

1234567891011121314
  1. curl_netrc_options
  2. ------------------
  3. * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands
  4. gained ``NETRC`` and ``NETRC_FILE`` options to specify use of a
  5. ``.netrc`` file.
  6. * The :module:`ExternalProject` module gained ``NETRC`` and ``NETRC_FILE``
  7. options to specify use of a ``.netrc`` file.
  8. * The :variable:`CMAKE_NETRC` and :variable:`CMAKE_NETRC_FILE` variables
  9. were added to specify use of a ``.netrc`` file by the
  10. :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and
  11. the :module:`ExternalProject` module.