mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLocalGenerator: Remove the launcher from RuleVariables
This one is not like the others as it doesn't participate in substitutions. Keep ExpandRuleVariables doing only one thing and make callers responsible for inserting a launcher prefix, simplifying the code all-around. Remove now-obsolete InsertRuleLauncher method.
This commit is contained in:
@@ -58,12 +58,6 @@ public:
|
||||
return this->HomeRelativeOutputPath;
|
||||
}
|
||||
|
||||
void ExpandRuleVariables(std::string& string,
|
||||
const RuleVariables& replaceValues)
|
||||
{
|
||||
cmLocalGenerator::ExpandRuleVariables(string, replaceValues);
|
||||
}
|
||||
|
||||
std::string BuildCommandLine(const std::vector<std::string>& cmdLines);
|
||||
|
||||
void AppendTargetOutputs(cmGeneratorTarget* target, cmNinjaDeps& outputs);
|
||||
|
||||
Reference in New Issue
Block a user