mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
Makefiles: Remove useless use of Convert
Convert with NONE and UNCHANGED is a no-op.
This commit is contained in:
@@ -835,8 +835,7 @@ std::string cmLocalUnixMakefileGenerator3::GetRelativeTargetDirectory(
|
||||
{
|
||||
std::string dir = this->HomeRelativeOutputPath;
|
||||
dir += this->GetTargetDirectory(target);
|
||||
return this->Convert(dir, cmOutputConverter::NONE,
|
||||
cmOutputConverter::UNCHANGED);
|
||||
return dir;
|
||||
}
|
||||
|
||||
void cmLocalUnixMakefileGenerator3::AppendFlags(std::string& flags,
|
||||
|
||||
Reference in New Issue
Block a user