bugfix in the cmake theme
Color the Linking sections with no slash
This commit is contained in:
parent
f7c73833b4
commit
94e9d04866
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def theme():
|
|||
[ "^(Scanning dependencies of target)(.*)$",
|
||||
performing, "normal,bold" ],
|
||||
# Link
|
||||
[ "^(Linking .* )(library|executable) (.*/)+(.+(\.[aso]+)*)$",
|
||||
[ "^(Linking .* )(library|executable) (.*/)*(.+(\.[aso]+)*)$",
|
||||
performing, "normal,normal,bold" ],
|
||||
# [percent] Built
|
||||
[ "^\[\s*[0-9]+%\]\s(Built target)(\s.*)$",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue