fix cmake theme
Do not match the ":" in CMake Error
This commit is contained in:
parent
88b1770152
commit
707f499f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)(.*)$",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue