summaryrefslogtreecommitdiffstats
path: root/Source/cmTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r--Source/cmTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx
index 42b15aa..47f8792 100644
--- a/Source/cmTest.cxx
+++ b/Source/cmTest.cxx
@@ -62,6 +62,7 @@ const char *cmTest::GetProperty(const char* prop) const
{
return this->Makefile->GetProperty(prop,cmProperty::TEST);
}
+ return retVal;
}
bool cmTest::GetPropertyAsBool(const char* prop) const