summaryrefslogtreecommitdiffstats
path: root/Modules/FindHDF5.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-08-12 19:06:35 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-08-15 13:34:06 (GMT)
commit2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (patch)
tree5f3a320167a506f8215c9b925d3c1f5babfa6b66 /Modules/FindHDF5.cmake
parentf99df80794df7acc383d93d47b5da3ac8450e117 (diff)
downloadCMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.zip
CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.gz
CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.bz2
issues: update references to the CMake issue tracker
References to specific comments are left as-is since comments were not migrated.
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r--Modules/FindHDF5.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake
index a898386..5e0996c 100644
--- a/Modules/FindHDF5.cmake
+++ b/Modules/FindHDF5.cmake
@@ -639,7 +639,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 https://cmake.org/Bug/view.php?id=1643. We search
+ # See https://gitlab.kitware.com/cmake/cmake/issues/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
@@ -676,7 +676,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 https://cmake.org/Bug/view.php?id=1643. We search
+ # See https://gitlab.kitware.com/cmake/cmake/issues/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