summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-17 20:35:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-17 20:35:09 (GMT)
commitf405014a8d07d7109f3ec333e53dd9945160772a (patch)
tree8da755c6aae75c40d856a14b204619357493b569
parent240deb027b0a8d25d861ef96b4db7d0751bd9f76 (diff)
downloadCMake-f405014a8d07d7109f3ec333e53dd9945160772a.zip
CMake-f405014a8d07d7109f3ec333e53dd9945160772a.tar.gz
CMake-f405014a8d07d7109f3ec333e53dd9945160772a.tar.bz2
BUG: undo bug fix 2722, still replace @foo@ in cmake files
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
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.