diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 42b15aa68..47f8792cc 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