mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
BUG: undo change as it breaks preprocess test for some reason??
This commit is contained in:
@@ -1281,10 +1281,7 @@ void cmSystemTools::ExpandListArgument(const std::string& arg,
|
||||
} break;
|
||||
case ']':
|
||||
{
|
||||
if(squareNesting)
|
||||
{
|
||||
--squareNesting;
|
||||
}
|
||||
--squareNesting;
|
||||
newArgVec.push_back(*c);
|
||||
} break;
|
||||
case ';':
|
||||
|
||||
Reference in New Issue
Block a user