mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
ENH: Remove stray abort
This commit is contained in:
@@ -190,7 +190,6 @@ bool cmCommandArgumentParserHelper::HandleEscapeSymbol(cmCommandArgumentParserHe
|
||||
buffer[0] = symbol;
|
||||
buffer[1] = 0;
|
||||
cmSystemTools::Error("Invalid escape sequence \\", buffer);
|
||||
abort();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user