mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -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:
@@ -302,7 +302,7 @@ std::string cmExtraSublimeTextGenerator::BuildMakeCommand(
|
||||
std::string makefileName;
|
||||
if (generator == "MinGW Makefiles") {
|
||||
// no escaping of spaces in this case, see
|
||||
// http://public.kitware.com/Bug/view.php?id=10014
|
||||
// https://gitlab.kitware.com/cmake/cmake/issues/10014
|
||||
makefileName = makefile;
|
||||
} else {
|
||||
makefileName = cmSystemTools::ConvertToOutputPath(makefile);
|
||||
|
||||
Reference in New Issue
Block a user