diff options
author | Brad King <brad.king@kitware.com> | 2015-01-15 16:03:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-15 16:03:33 (GMT) |
commit | 829fc5ad791d6f292d87db5e98c8d5ed2ca9123b (patch) | |
tree | 1143e45603ec88d3049a8ec996730d99d51ea6d2 /Modules | |
parent | 0fe4d8bb3b9e8074f7efd95ae92fa32fe29a2c02 (diff) | |
download | CMake-829fc5ad791d6f292d87db5e98c8d5ed2ca9123b.zip CMake-829fc5ad791d6f292d87db5e98c8d5ed2ca9123b.tar.gz CMake-829fc5ad791d6f292d87db5e98c8d5ed2ca9123b.tar.bz2 |
Help: Add notes for topic 'ExternalData-custom-download'
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/ExternalData.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index 2d5088a..741db81 100644 --- a/Modules/ExternalData.cmake +++ b/Modules/ExternalData.cmake @@ -253,6 +253,8 @@ The following hash algorithms are supported:: Note that the hashes are used only for unique data identification and download verification. +.. _`ExternalData Custom Fetch Scripts`: + Custom Fetch Scripts ^^^^^^^^^^^^^^^^^^^^ |