summaryrefslogtreecommitdiffstats
path: root/Modules/FindHDF5.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-29 14:08:02 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-29 14:08:02 (GMT)
commit1d11f3ca68a5e4862b3641334e26d78a50cca2b4 (patch)
tree118cd005f2dff8081f1b15ca8c252c6a9d31ab66 /Modules/FindHDF5.cmake
parentdb70fcb110940a189e91177bb0e21e90f0f5e310 (diff)
parentda7276cf948e62c22d39bdd2548254d18180344a (diff)
downloadCMake-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.cmake2
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 )