summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-14 13:20:01 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-14 13:20:01 (GMT)
commitf660a6890cdd8931d5f820f34d59ab9217a6d02b (patch)
tree35b9472d677a5fdd0db9a92494d3ddbbc6956c62 /Help
parent31117bb17c4e764bb60b8c9c6847a631cc9ecf3c (diff)
parentfd26a19afc24ac6ce62c4c31ec589c0d296f15de (diff)
downloadCMake-f660a6890cdd8931d5f820f34d59ab9217a6d02b.zip
CMake-f660a6890cdd8931d5f820f34d59ab9217a6d02b.tar.gz
CMake-f660a6890cdd8931d5f820f34d59ab9217a6d02b.tar.bz2
Merge topic 'FindHDF5-updates'
fd26a19a FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLEL
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindHDF5-updates.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindHDF5-updates.rst b/Help/release/dev/FindHDF5-updates.rst
new file mode 100644
index 0000000..a9297bb
--- /dev/null
+++ b/Help/release/dev/FindHDF5-updates.rst
@@ -0,0 +1,6 @@
+FindHDF5-updates
+----------------
+
+* The :module:`FindHDF5` module learend a new ``HDF5_PREFER_PARALLEL``
+ option allowing users to specify that a parallel HDF5 tool is
+ preferred if both are available.