mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmLocalGenerator: return directories as const std::string&
This commit is contained in:
committed by
Brad King
parent
e33c6c357b
commit
50fbfee3a0
@@ -456,7 +456,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
||||
// clean set just in case.
|
||||
exeCleanFiles.push_back(this->LocalGenerator->MaybeConvertToRelativePath(
|
||||
this->LocalGenerator->GetCurrentBinaryDirectory(),
|
||||
(targetFullPath + ".manifest").c_str()));
|
||||
targetFullPath + ".manifest"));
|
||||
#endif
|
||||
if (targetNameReal != targetName) {
|
||||
exeCleanFiles.push_back(this->LocalGenerator->MaybeConvertToRelativePath(
|
||||
|
||||
Reference in New Issue
Block a user