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);
|
newArgVec.push_back(*c);
|
||||||
} break;
|
} break;
|
||||||
case ']':
|
case ']':
|
||||||
{
|
|
||||||
if(squareNesting)
|
|
||||||
{
|
{
|
||||||
--squareNesting;
|
--squareNesting;
|
||||||
}
|
|
||||||
newArgVec.push_back(*c);
|
newArgVec.push_back(*c);
|
||||||
} break;
|
} break;
|
||||||
case ';':
|
case ';':
|
||||||
|
|
Loading…
Reference in New Issue