BUG: undo bug fix 2722, still replace @foo@ in cmake files
This commit is contained in:
parent
240deb027b
commit
f405014a8d
@ -2060,7 +2060,7 @@ void cmMakefile::ExpandArguments(
|
|||||||
value = i->Value;
|
value = i->Value;
|
||||||
this->ExpandVariablesInString(value, false, false, false,
|
this->ExpandVariablesInString(value, false, false, false,
|
||||||
i->FilePath, i->Line,
|
i->FilePath, i->Line,
|
||||||
false, false);
|
false, true);
|
||||||
|
|
||||||
// If the argument is quoted, it should be one argument.
|
// If the argument is quoted, it should be one argument.
|
||||||
// Otherwise, it may be a list of arguments.
|
// Otherwise, it may be a list of arguments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user