From 36eb53884360351a88cc7ee1d36f2c4ff93d2443 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 12 Jul 2007 10:17:37 -0400 Subject: BUG: fix screwup in GetDirectoryProp... --- Source/cmGetDirectoryPropertyCommand.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmGetDirectoryPropertyCommand.cxx') diff --git a/Source/cmGetDirectoryPropertyCommand.cxx b/Source/cmGetDirectoryPropertyCommand.cxx index 0f0fcca138..dd6affdfeb 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()); -- cgit v1.2.1