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.
This commit is contained in:
Brad King
2020-05-26 11:30:01 -04:00
parent 7c0e5fcf63
commit eb705b9531
24 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ fi
if echo "${cmake_system}" | grep HP-UX >/dev/null 2>&1; then
die 'CMake no longer compiles on HP-UX. See
https://gitlab.kitware.com/cmake/cmake/issues/17137
https://gitlab.kitware.com/cmake/cmake/-/issues/17137
Use CMake 3.9 or lower instead.'
cmake_system_hpux=true