mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Convert: Replace uses of Convert(NONE)
These are equivalent to ConvertToOutputFormat.
This commit is contained in:
@@ -205,7 +205,7 @@ std::string cmLocalVisualStudioGenerator::ConstructScript(
|
||||
if (workingDirectory.empty()) {
|
||||
script += this->Convert(cmd.c_str(), START_OUTPUT, SHELL);
|
||||
} else {
|
||||
script += this->Convert(cmd.c_str(), NONE, SHELL);
|
||||
script += this->ConvertToOutputFormat(cmd.c_str(), SHELL);
|
||||
}
|
||||
ccg.AppendArguments(c, script);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user