瀏覽代碼

BUG: undo bug fix 2722, still replace @foo@ in cmake files

Bill Hoffman 19 年之前
父節點
當前提交
f405014a8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
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.