mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
BUG: One should be able to escape the @ symbol.
This commit is contained in:
@@ -172,6 +172,7 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol
|
||||
case '(':
|
||||
case ')':
|
||||
case '$':
|
||||
case '@':
|
||||
case '^':
|
||||
this->AllocateParserType(pt, &symbol, 1);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user