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