Merge topic 'FindHDF5-is-parallel'

3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)
This commit is contained in:
David Cole 2010-10-12 11:12:00 -04:00 committed by CMake Topic Stage
commit e4508ac82f
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ else()
# If the HDF5 include directory was found, open H5pubconf.h to determine if
# HDF5 was compiled with parallel IO support
set( HDF5_IS_PARALLEL FALSE )
foreach( _dir HDF5_INCLUDE_DIRS )
foreach( _dir IN LISTS HDF5_INCLUDE_DIRS )
if( EXISTS "${_dir}/H5pubconf.h" )
file( STRINGS "${_dir}/H5pubconf.h"
HDF5_HAVE_PARALLEL_DEFINE