mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
issues: update references to the CMake issue tracker
References to specific comments are left as-is since comments were not migrated.
This commit is contained in:
@@ -35,7 +35,7 @@ function(_FIND_ECLIPSE_VERSION)
|
||||
|
||||
if(NOT DEFINED CMAKE_ECLIPSE_VERSION)
|
||||
if(CMAKE_ECLIPSE_EXECUTABLE)
|
||||
# use REALPATH to resolve symlinks (http://public.kitware.com/Bug/view.php?id=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*")
|
||||
|
||||
Reference in New Issue
Block a user