From f405014a8d07d7109f3ec333e53dd9945160772a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 17 Nov 2006 15:35:09 -0500 Subject: BUG: undo bug fix 2722, still replace @foo@ in cmake files --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 0a1a4dc..fc6114e 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2060,7 +2060,7 @@ void cmMakefile::ExpandArguments( value = i->Value; this->ExpandVariablesInString(value, false, false, false, i->FilePath, i->Line, - false, false); + false, true); // If the argument is quoted, it should be one argument. // Otherwise, it may be a list of arguments. -- cgit v0.12