mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-25 10:18:34 -06:00
BUG: fix for bad depency clearing
This commit is contained in:
@@ -900,7 +900,7 @@ cmLocalUnixMakefileGenerator3
|
||||
// Construct a checker for the given language.
|
||||
std::auto_ptr<cmDepends>
|
||||
checker(this->GetDependsChecker(lang,
|
||||
m_Makefile->GetStartOutputDirectory(),
|
||||
m_Makefile->GetHomeOutputDirectory(),
|
||||
objFile, false));
|
||||
if(checker.get())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user