diff --git a/colout/colout_cmake.py b/colout/colout_cmake.py index 252fc2f..ae9027d 100644 --- a/colout/colout_cmake.py +++ b/colout/colout_cmake.py @@ -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)(.*)$",