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/CMakeDetermineCXXCompiler.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/CMakeDetermineCXXCompiler.cmake')
-rw-r--r-- | Modules/CMakeDetermineCXXCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeDetermineCXXCompiler.cmake b/Modules/CMakeDetermineCXXCompiler.cmake index e6b46b8..662b831 100644 --- a/Modules/CMakeDetermineCXXCompiler.cmake +++ b/Modules/CMakeDetermineCXXCompiler.cmake @@ -94,7 +94,7 @@ if(NOT CMAKE_CXX_COMPILER_ID_RUN) CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT) # The IAR compiler produces weird output. - # See https://gitlab.kitware.com/cmake/cmake/issues/10176#note_153591 + # See https://gitlab.kitware.com/cmake/cmake/-/issues/10176#note_153591 list(APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR) set(CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR ) set(CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler") |