mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
BUG: One should be able to escape the @ symbol.
This commit is contained in:
parent
4babd52d8d
commit
e5549cff25
@ -172,6 +172,7 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol
|
||||
case '(':
|
||||
case ')':
|
||||
case '$':
|
||||
case '@':
|
||||
case '^':
|
||||
this->AllocateParserType(pt, &symbol, 1);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user