summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorPaul Romano <paul.k.romano@gmail.com>2015-09-11 16:07:05 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-11 18:27:08 (GMT)
commitfd26a19afc24ac6ce62c4c31ec589c0d296f15de (patch)
treeb5b3d197eadd46a99e222c5ec72726f306af2629 /Help
parent8e8824149fb6525f1a6da5f9c825a67765ce240b (diff)
downloadCMake-fd26a19afc24ac6ce62c4c31ec589c0d296f15de.zip
CMake-fd26a19afc24ac6ce62c4c31ec589c0d296f15de.tar.gz
CMake-fd26a19afc24ac6ce62c4c31ec589c0d296f15de.tar.bz2
FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLEL
The calls to find_program now use NAMES_PER_DIR so that the first executable (e.g. h5pcc) appearing on their PATH will get chosen. The HDF5_PREFER_PARALLEL variable swaps the search order when it is set to true in the event that a directory being search contains both h5cc and h5pcc.
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.