CMAKE_NETRC_FILE.rst 440 B

12345678910111213
  1. CMAKE_NETRC_FILE
  2. ----------------
  3. .. versionadded:: 3.11
  4. This variable is used to initialize the ``NETRC_FILE`` option for the
  5. :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands.
  6. See those commands for additional information.
  7. This variable is also used by the :module:`ExternalProject` and
  8. :module:`FetchContent` modules for internal calls to :command:`file(DOWNLOAD)`.
  9. The local option takes precedence over this variable.