diff options
Diffstat (limited to 'Source/cmGetDirectoryPropertyCommand.cxx')
-rw-r--r-- | Source/cmGetDirectoryPropertyCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGetDirectoryPropertyCommand.cxx b/Source/cmGetDirectoryPropertyCommand.cxx index 0f0fcca..dd6affd 100644 --- a/Source/cmGetDirectoryPropertyCommand.cxx +++ b/Source/cmGetDirectoryPropertyCommand.cxx @@ -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()); |