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" ],
[ "^--.*", performing ],
# Errors
[ "CMake Error:", "red" ],
[ "CMake Error", "red" ],
[ "CMake Warning", "yellow" ],
# Scan
[ "^(Scanning dependencies of target)(.*)$",