cmLocalGenerator: return directories as const std::string&

This commit is contained in:
Vitaly Stakhovsky
2018-08-24 09:43:35 -04:00
committed by Brad King
parent e33c6c357b
commit 50fbfee3a0
11 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
if (this->GeneratorTarget->GetType() != cmStateEnums::STATIC_LIBRARY) {
libCleanFiles.push_back(this->LocalGenerator->MaybeConvertToRelativePath(
this->LocalGenerator->GetCurrentBinaryDirectory(),
(targetFullPath + ".manifest").c_str()));
targetFullPath + ".manifest"));
}
#endif