mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05: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:
@@ -2073,7 +2073,7 @@ void cmLocalUnixMakefileGenerator3::CreateCDCommand(
|
||||
|
||||
// Change back to the starting directory.
|
||||
cmd = cd_cmd;
|
||||
cmd += this->ConvertToOutputForExisting(relRetDir);
|
||||
cmd += this->ConvertToOutputForExisting(relDir);
|
||||
commands.push_back(cmd);
|
||||
} else {
|
||||
// On UNIX we must construct a single shell command to change
|
||||
|
||||
Reference in New Issue
Block a user