Skip to content

FindHDF5: Fix detection of Parallel HDF5

Weiqun Zhang requested to merge WeiqunZhang/cmake:fix_parallel_hdf5 into master

To detect Parallel HDF5, the output of h5pcc -showconfig is compared with Parallel HDF5: yes. However, at least in some cases, the Boolean flag is either ON or OFF, not yes or no. This commit adds ON to the match pattern.

Merge request reports