mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
BUG: Clean rule for exe pdb file should use full path.
This commit is contained in:
@@ -293,7 +293,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
||||
cmLocalGenerator::START_OUTPUT,
|
||||
cmLocalGenerator::UNCHANGED));
|
||||
}
|
||||
exeCleanFiles.push_back(this->Convert(cleanPDBName.c_str(),
|
||||
exeCleanFiles.push_back(this->Convert(cleanFullPDBName.c_str(),
|
||||
cmLocalGenerator::START_OUTPUT,
|
||||
cmLocalGenerator::UNCHANGED));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user