mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
Ninja: void function can't return a value
This commit is contained in:
@@ -83,8 +83,8 @@ public:
|
|||||||
|
|
||||||
void ExpandRuleVariables(std::string& string,
|
void ExpandRuleVariables(std::string& string,
|
||||||
const RuleVariables& replaceValues) {
|
const RuleVariables& replaceValues) {
|
||||||
return cmLocalGenerator::
|
cmLocalGenerator::ExpandRuleVariables(string, replaceValues);
|
||||||
ExpandRuleVariables(string, replaceValues); }
|
}
|
||||||
|
|
||||||
std::string BuildCommandLine(const std::vector<std::string> &cmdLines);
|
std::string BuildCommandLine(const std::vector<std::string> &cmdLines);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user