[Cmake-commits] CMake branch, next, updated. v2.8.2-1052-g94040d6

Brad King brad.king at kitware.com
Mon Oct 11 09:36:23 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  94040d6299c4afc8bc5244ee8905f41731459bfe (commit)
       via  344553265237e3bb5c82351f7829ac8ef396dd99 (commit)
      from  d6ba7de81526c2f97b041cc9e2f40267b9ea0cc2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=94040d6299c4afc8bc5244ee8905f41731459bfe
commit 94040d6299c4afc8bc5244ee8905f41731459bfe
Merge: d6ba7de 3445532
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 11 09:36:23 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 11 09:36:23 2010 -0400

    Merge topic 'FindHDF5-is-parallel' into next
    
    3445532 FindHDF5: Fix typo in parallel-IO support check (#11291)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=344553265237e3bb5c82351f7829ac8ef396dd99
commit 344553265237e3bb5c82351f7829ac8ef396dd99
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 11 09:35:46 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 11 09:35:46 2010 -0400

    FindHDF5: Fix typo in parallel-IO support check (#11291)

diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake
index 467b09f..30203f2 100644
--- a/Modules/FindHDF5.cmake
+++ b/Modules/FindHDF5.cmake
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindHDF5.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list