[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-522-gc88ba48

Kitware Robot kwrobot at kitware.com
Mon Mar 20 16:15:02 EDT 2017


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  c88ba48302201816b1438f0647a3577b4291ce37 (commit)
       via  8214061d1aa52d3bc5a3d0f218b1db8d8e8d743f (commit)
      from  47705d78573e31d517e3a61f8109dfa7af9ca938 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c88ba48302201816b1438f0647a3577b4291ce37
commit c88ba48302201816b1438f0647a3577b4291ce37
Merge: 47705d7 8214061
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 20 20:14:45 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Mon Mar 20 16:14:48 2017 -0400

    Stage topic 'hdf5-root-prefer'
    
    Topic-id: 23072
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/587


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8214061d1aa52d3bc5a3d0f218b1db8d8e8d743f
commit 8214061d1aa52d3bc5a3d0f218b1db8d8e8d743f
Author:     Ben Boeckel <ben.boeckel at kitware.com>
AuthorDate: Wed Mar 15 12:54:19 2017 -0400
Commit:     Ben Boeckel <ben.boeckel at kitware.com>
CommitDate: Wed Mar 15 12:54:19 2017 -0400

    FindHDF5: fix quoting

diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake
index 36cd335..24a356c 100644
--- a/Modules/FindHDF5.cmake
+++ b/Modules/FindHDF5.cmake
@@ -520,7 +520,7 @@ if(NOT HDF5_FOUND)
 
           foreach(L IN LISTS HDF5_${__lang}_LIBRARY_NAMES)
             set(_HDF5_SEARCH_NAMES_LOCAL)
-            if(x"${L}" MATCHES "hdf5")
+            if("x${L}" MATCHES "hdf5")
               # hdf5 library
               set(_HDF5_SEARCH_OPTS_LOCAL ${_HDF5_SEARCH_OPTS})
               if(UNIX AND HDF5_USE_STATIC_LIBRARIES)

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

Summary of changes:
 Modules/FindHDF5.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list