This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  edfa7aab959aed803075501633a9a3ae2770f028 (commit)
       via  829fc5ad791d6f292d87db5e98c8d5ed2ca9123b (commit)
      from  1133a57d714ed7ec8fe39c577cd80aed02dc7c4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=edfa7aab959aed803075501633a9a3ae2770f028
commit edfa7aab959aed803075501633a9a3ae2770f028
Merge: 1133a57 829fc5a
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Jan 15 11:03:55 2015 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Jan 15 11:03:55 2015 -0500

    Merge topic 'ExternalData-custom-download' into next
    
    829fc5ad Help: Add notes for topic 'ExternalData-custom-download'


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=829fc5ad791d6f292d87db5e98c8d5ed2ca9123b
commit 829fc5ad791d6f292d87db5e98c8d5ed2ca9123b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Thu Jan 15 11:03:33 2015 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Thu Jan 15 11:03:33 2015 -0500

    Help: Add notes for topic 'ExternalData-custom-download'

diff --git a/Help/release/dev/ExternalData-custom-download.rst 
b/Help/release/dev/ExternalData-custom-download.rst
new file mode 100644
index 0000000..c40f4f7
--- /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 <ExternalData 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 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
 ^^^^^^^^^^^^^^^^^^^^
 

-----------------------------------------------------------------------

Summary of changes:
 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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to