BUG: undo change as it breaks preprocess test for some reason??
This commit is contained in:
parent
f2b2861248
commit
0a61a70870
|
@ -1280,11 +1280,8 @@ void cmSystemTools::ExpandListArgument(const std::string& arg,
|
|||
newArgVec.push_back(*c);
|
||||
} break;
|
||||
case ']':
|
||||
{
|
||||
if(squareNesting)
|
||||
{
|
||||
--squareNesting;
|
||||
}
|
||||
newArgVec.push_back(*c);
|
||||
} break;
|
||||
case ';':
|
||||
|
|
Loading…
Reference in New Issue