diff options
author | Shane Parris <shane.lee.parris@gmail.com> | 2017-10-18 14:26:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-18 19:21:42 (GMT) |
commit | 5d67e9025d1c7f1259477450831135667b6f1eeb (patch) | |
tree | 4fff01226f207564e5aef218acec11fec5c9092b /Help/variable/CMAKE_NETRC_FILE.rst | |
parent | cb8f26f199e18be231f40f523bfe64375e749e35 (diff) | |
download | CMake-5d67e9025d1c7f1259477450831135667b6f1eeb.zip CMake-5d67e9025d1c7f1259477450831135667b6f1eeb.tar.gz CMake-5d67e9025d1c7f1259477450831135667b6f1eeb.tar.bz2 |
file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption
Diffstat (limited to 'Help/variable/CMAKE_NETRC_FILE.rst')
-rw-r--r-- | Help/variable/CMAKE_NETRC_FILE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_NETRC_FILE.rst b/Help/variable/CMAKE_NETRC_FILE.rst new file mode 100644 index 0000000..1508f1e --- /dev/null +++ b/Help/variable/CMAKE_NETRC_FILE.rst @@ -0,0 +1,9 @@ +CMAKE_NETRC_FILE +---------------- + +This variable is used to initialize the ``NETRC_FILE`` option for +:command:`file(DOWNLOAD)` and :command:`file(DOWNLOAD)` commands and the +module :module:`ExternalProject`. See those commands for additional +information. + +The local option takes precedence over this variable. |