소스 검색

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

Brad King 11 년 전
부모
커밋
829fc5ad79
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      Help/release/dev/ExternalData-custom-download.rst
  2. 2 0
      Modules/ExternalData.cmake

+ 7 - 0
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.

+ 2 - 0
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
 ^^^^^^^^^^^^^^^^^^^^