blob: 97a645efea30b05c8f48ab464b4876156558eed3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CMAKE_NETRC_FILE
----------------
.. versionadded:: 3.11
This variable is used to initialize the ``NETRC_FILE`` option for
:command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and the
module :module:`ExternalProject`. See those commands for additional
information.
The local option takes precedence over this variable.
|