BUG: fix screwup in GetDirectoryProp...
This commit is contained in:
parent
021ceea1b0
commit
36eb538843
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue