fix cmake theme

Do not match the ":" in CMake Error
This commit is contained in:
Johann Dreo 2020-06-04 09:53:33 +02:00
commit 707f499f4a

View file

@ -25,7 +25,7 @@ def theme(context):
[ "^-- Configuring incomplete, errors occurred!", "red" ], [ "^-- Configuring incomplete, errors occurred!", "red" ],
[ "^--.*", performing ], [ "^--.*", performing ],
# Errors # Errors
[ "CMake Error:", "red" ], [ "CMake Error", "red" ],
[ "CMake Warning", "yellow" ], [ "CMake Warning", "yellow" ],
# Scan # Scan
[ "^(Scanning dependencies of target)(.*)$", [ "^(Scanning dependencies of target)(.*)$",