mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-12 20:39:49 -05:00
Merge branch 'vs-explicit-newline' into release-3.14
Merge-request: !3065
This commit is contained in:
@@ -35,6 +35,7 @@ static std::string cmVS10EscapeAttr(std::string arg)
|
||||
cmSystemTools::ReplaceString(arg, "<", "<");
|
||||
cmSystemTools::ReplaceString(arg, ">", ">");
|
||||
cmSystemTools::ReplaceString(arg, "\"", """);
|
||||
cmSystemTools::ReplaceString(arg, "\n", " ");
|
||||
return arg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user