BUG: fix screwup in GetDirectoryProp...

This commit is contained in:
Ken Martin 2007-07-12 10:17:37 -04:00
parent 021ceea1b0
commit 36eb538843
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ bool cmGetDirectoryPropertyCommand::InitialPass(
}
output = dir->GetSafeDefinition(i->c_str());
this->Makefile->AddDefinition(variable.c_str(), output.c_str());
return true;
}
const char *prop = dir->GetProperty(i->c_str());