diff options
author | Brad King <brad.king@kitware.com> | 2020-05-26 15:30:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-26 15:38:01 (GMT) |
commit | eb705b95319c2fbb9a31597765a41e58254533de (patch) | |
tree | c3a393ca0f2a86cfc1538419dd09a390c4628821 /Modules/FindHDF5.cmake | |
parent | 7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff) | |
download | CMake-eb705b95319c2fbb9a31597765a41e58254533de.zip CMake-eb705b95319c2fbb9a31597765a41e58254533de.tar.gz CMake-eb705b95319c2fbb9a31597765a41e58254533de.tar.bz2 |
Update links to gitlab.kitware.com repos to add `-/`
GitLab now uses a `/-/` component between the `group/project` part of
the URL and the `{issues,merge_requests,tree}` part so that it can
support `group/subgroup/project` with arbitrary depth.
Diffstat (limited to 'Modules/FindHDF5.cmake')
-rw-r--r-- | Modules/FindHDF5.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindHDF5.cmake b/Modules/FindHDF5.cmake index 8d71d27..60a313d 100644 --- a/Modules/FindHDF5.cmake +++ b/Modules/FindHDF5.cmake @@ -823,7 +823,7 @@ if( NOT HDF5_FOUND ) if(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://gitlab.kitware.com/cmake/cmake/issues/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 @@ -864,7 +864,7 @@ if( NOT HDF5_FOUND ) if(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://gitlab.kitware.com/cmake/cmake/issues/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 |