From 829fc5ad791d6f292d87db5e98c8d5ed2ca9123b Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jan 2015 11:03:33 -0500 Subject: [PATCH] Help: Add notes for topic 'ExternalData-custom-download' --- Help/release/dev/ExternalData-custom-download.rst | 7 +++++++ Modules/ExternalData.cmake | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Help/release/dev/ExternalData-custom-download.rst diff --git a/Help/release/dev/ExternalData-custom-download.rst b/Help/release/dev/ExternalData-custom-download.rst new file mode 100644 index 000000000..c40f4f7f3 --- /dev/null +++ b/Help/release/dev/ExternalData-custom-download.rst @@ -0,0 +1,7 @@ +ExternalData-custom-download +---------------------------- + +* The :module:`ExternalData` module learned to support + :ref:`Custom Fetch Scripts `. + This allows projects to specify custom ``.cmake`` scripts for + fetching data objects during the build. diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index 2d5088a3a..741db81b8 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 ^^^^^^^^^^^^^^^^^^^^