mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
cmMakefile::GetProperty: return cmProp
This commit is contained in:
@@ -289,8 +289,9 @@ bool HandleDirectoryMode(cmExecutionStatus& status, const std::string& name,
|
||||
}
|
||||
|
||||
// Get the property.
|
||||
cmProp p = mf->GetProperty(propertyName);
|
||||
return StoreResult(infoType, status.GetMakefile(), variable,
|
||||
mf->GetProperty(propertyName));
|
||||
p ? p->c_str() : nullptr);
|
||||
}
|
||||
|
||||
bool HandleTargetMode(cmExecutionStatus& status, const std::string& name,
|
||||
|
||||
Reference in New Issue
Block a user