mirror of
https://github.com/reactos/CMake.git
synced 2025-02-17 10:10:19 +00:00
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…
x
Reference in New Issue
Block a user