diff options
author | Paul Romano <paul.k.romano@gmail.com> | 2015-09-11 16:07:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-11 18:27:08 (GMT) |
commit | fd26a19afc24ac6ce62c4c31ec589c0d296f15de (patch) | |
tree | b5b3d197eadd46a99e222c5ec72726f306af2629 /Help/release/dev | |
parent | 8e8824149fb6525f1a6da5f9c825a67765ce240b (diff) | |
download | CMake-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/release/dev')
-rw-r--r-- | Help/release/dev/FindHDF5-updates.rst | 6 |
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. |