fd26a19afc
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.
7 lines
205 B
ReStructuredText
7 lines
205 B
ReStructuredText
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.
|