summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-26 11:30:01 -0400
committerBrad King <brad.king@kitware.com>2020-05-26 11:38:01 -0400
commiteb705b95319c2fbb9a31597765a41e58254533de (patch)
treec3a393ca0f2a86cfc1538419dd09a390c4628821 /bootstrap
parent7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff)
downloadcmake-eb705b95319c2fbb9a31597765a41e58254533de.tar.gz
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 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 6b205cc05e..fe7b2ad51b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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