file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption

This commit is contained in:
Shane Parris
2017-10-18 10:26:55 -04:00
committed by Brad King
parent cb8f26f199
commit 5d67e9025d
8 changed files with 144 additions and 1 deletions
+9
View File
@@ -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.