summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-05-01 13:36:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-05-01 13:36:12 (GMT)
commit4cbce89ba976bef878a75050fd7cced901c23b99 (patch)
tree35e1365dce398574b4fa4840e934d1afebfe4df0 /Help
parent33e04542b1ef367f6e4a170986448b8bd9e90120 (diff)
parent4a5cf9645317d486d7fbddf666878ee302689141 (diff)
downloadCMake-4cbce89ba976bef878a75050fd7cced901c23b99.zip
CMake-4cbce89ba976bef878a75050fd7cced901c23b99.tar.gz
CMake-4cbce89ba976bef878a75050fd7cced901c23b99.tar.bz2
Merge topic 'ExternalData-missing-not-fatal'
4a5cf964 Help: Add notes for topic 'ExternalData-missing-not-fatal'
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ExternalData-missing-not-fatal.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalData-missing-not-fatal.rst b/Help/release/dev/ExternalData-missing-not-fatal.rst
new file mode 100644
index 0000000..e9f1f04
--- /dev/null
+++ b/Help/release/dev/ExternalData-missing-not-fatal.rst
@@ -0,0 +1,8 @@
+ExternalData-missing-not-fatal
+------------------------------
+
+* The :module:`ExternalData` module learned to tolerate a ``DATA{}``
+ reference to a missing source file with a warning instead of
+ rejecting it with an error. This helps developers write new
+ ``DATA{}`` references to test reference outputs that have not
+ yet been created.