diff options
author | Brad King <brad.king@kitware.com> | 2015-09-29 14:08:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-09-29 14:08:02 (GMT) |
commit | 1d11f3ca68a5e4862b3641334e26d78a50cca2b4 (patch) | |
tree | 118cd005f2dff8081f1b15ca8c252c6a9d31ab66 /Modules/FindHDF5.cmake | |
parent | db70fcb110940a189e91177bb0e21e90f0f5e310 (diff) | |
parent | da7276cf948e62c22d39bdd2548254d18180344a (diff) | |
download | CMake-1d11f3ca68a5e4862b3641334e26d78a50cca2b4.zip CMake-1d11f3ca68a5e4862b3641334e26d78a50cca2b4.tar.gz CMake-1d11f3ca68a5e4862b3641334e26d78a50cca2b4.tar.bz2 |
Merge topic 'link-https-cmake.org'
da7276cf Replace http://www.cmake.org URLs with https://cmake.org
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r-- | Modules/FindHDF5.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index 37bca83..9f6e666 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -307,7 +307,7 @@ if( NOT HDF5_FOUND ) if( UNIX AND HDF5_USE_STATIC_LIBRARIES ) # According to bug 1643 on the CMake bug tracker, this is the # preferred method for searching for a static library. - # See http://www.cmake.org/Bug/view.php?id=1643. We search + # See https://cmake.org/Bug/view.php?id=1643. We search # first for the full static library name, but fall back to a # generic search on the name if the static search fails. set( THIS_LIBRARY_SEARCH_DEBUG lib${LIB}d.a ${LIB}d ) |