diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-08 21:37:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-04-08 21:37:13 (GMT) |
commit | 0a61a708703c9ebb31b854b569219af84d3d25fa (patch) | |
tree | 6fa6608f0dc9ab21a193149c14eda52fc13cee32 /Source/cmSystemTools.cxx | |
parent | f2b2861248301e3b9a9a8919f7efbbe757636a3c (diff) | |
download | CMake-0a61a708703c9ebb31b854b569219af84d3d25fa.zip CMake-0a61a708703c9ebb31b854b569219af84d3d25fa.tar.gz CMake-0a61a708703c9ebb31b854b569219af84d3d25fa.tar.bz2 |
BUG: undo change as it breaks preprocess test for some reason??
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index ee5da68..6091ab5 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1281,10 +1281,7 @@ void cmSystemTools::ExpandListArgument(const std::string& arg, } break; case ']': { - if(squareNesting) - { - --squareNesting; - } + --squareNesting; newArgVec.push_back(*c); } break; case ';': |