diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx index a9d2b1c3d..7a188a7ef 100644 --- a/Source/cmCommandArgumentParserHelper.cxx +++ b/Source/cmCommandArgumentParserHelper.cxx @@ -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;