summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeFindEclipseCDT4.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-26 15:30:01 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-26 15:38:01 (GMT)
commiteb705b95319c2fbb9a31597765a41e58254533de (patch)
treec3a393ca0f2a86cfc1538419dd09a390c4628821 /Modules/CMakeFindEclipseCDT4.cmake
parent7c0e5fcf636b21fb2f422add09b2c1bd70d336b0 (diff)
downloadCMake-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/CMakeFindEclipseCDT4.cmake')
-rw-r--r--Modules/CMakeFindEclipseCDT4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeFindEclipseCDT4.cmake b/Modules/CMakeFindEclipseCDT4.cmake
index 199005d..e563a12 100644
--- a/Modules/CMakeFindEclipseCDT4.cmake
+++ b/Modules/CMakeFindEclipseCDT4.cmake
@@ -25,7 +25,7 @@ function(_FIND_ECLIPSE_VERSION)
if(NOT DEFINED CMAKE_ECLIPSE_VERSION)
if(CMAKE_ECLIPSE_EXECUTABLE)
- # use REALPATH to resolve symlinks (https://gitlab.kitware.com/cmake/cmake/issues/13036)
+ # use REALPATH to resolve symlinks (https://gitlab.kitware.com/cmake/cmake/-/issues/13036)
get_filename_component(_REALPATH_CMAKE_ECLIPSE_EXECUTABLE "${CMAKE_ECLIPSE_EXECUTABLE}" REALPATH)
get_filename_component(_ECLIPSE_DIR "${_REALPATH_CMAKE_ECLIPSE_EXECUTABLE}" PATH)
file(GLOB _ECLIPSE_FEATURE_DIR "${_ECLIPSE_DIR}/features/org.eclipse.platform*")