BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables.
This commit is contained in:
parent
f0c79a0030
commit
86dd8579c5
|
@ -819,8 +819,8 @@ cmLocalGenerator::ExpandRuleVariable(std::string const& variable,
|
|||
targetQuoted = '\"';
|
||||
targetQuoted += replaceValues.Target;
|
||||
targetQuoted += '\"';
|
||||
return targetQuoted;
|
||||
}
|
||||
return targetQuoted;
|
||||
}
|
||||
if(replaceValues.LanguageCompileFlags)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue