mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Refactor: reduce cmToCStr usage
This commit is contained in:
@@ -431,9 +431,8 @@ bool HandleVariableMode(cmExecutionStatus& status, const std::string& name,
|
||||
return false;
|
||||
}
|
||||
|
||||
return StoreResult(
|
||||
infoType, status.GetMakefile(), variable,
|
||||
cmToCStr(status.GetMakefile().GetDefinition(propertyName)));
|
||||
return StoreResult(infoType, status.GetMakefile(), variable,
|
||||
status.GetMakefile().GetDefinition(propertyName));
|
||||
}
|
||||
|
||||
bool HandleCacheMode(cmExecutionStatus& status, const std::string& name,
|
||||
|
||||
Reference in New Issue
Block a user