BUG: Clean rule for exe pdb file should use full path.
This commit is contained in:
parent
7e896821f5
commit
4d44392652
@ -293,7 +293,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
|||||||
cmLocalGenerator::START_OUTPUT,
|
cmLocalGenerator::START_OUTPUT,
|
||||||
cmLocalGenerator::UNCHANGED));
|
cmLocalGenerator::UNCHANGED));
|
||||||
}
|
}
|
||||||
exeCleanFiles.push_back(this->Convert(cleanPDBName.c_str(),
|
exeCleanFiles.push_back(this->Convert(cleanFullPDBName.c_str(),
|
||||||
cmLocalGenerator::START_OUTPUT,
|
cmLocalGenerator::START_OUTPUT,
|
||||||
cmLocalGenerator::UNCHANGED));
|
cmLocalGenerator::UNCHANGED));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user