mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 16:10:57 +00:00
Makefiles: Use string overload of ConvertToOutputForExisting
The string is already determined so, no need to call the overload to determine it again.
This commit is contained in:
parent
0bbdbd95c9
commit
e3ca17e13b
@ -2073,7 +2073,7 @@ void cmLocalUnixMakefileGenerator3::CreateCDCommand(
|
|||||||
|
|
||||||
// Change back to the starting directory.
|
// Change back to the starting directory.
|
||||||
cmd = cd_cmd;
|
cmd = cd_cmd;
|
||||||
cmd += this->ConvertToOutputForExisting(relRetDir);
|
cmd += this->ConvertToOutputForExisting(relDir);
|
||||||
commands.push_back(cmd);
|
commands.push_back(cmd);
|
||||||
} else {
|
} else {
|
||||||
// On UNIX we must construct a single shell command to change
|
// On UNIX we must construct a single shell command to change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user