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:
Ben Boeckel
2016-08-12 15:06:35 -04:00
parent f99df80794
commit 2bdba83e4b
12 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -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);