Sometimes, when running the Cmake configure step, it errors out somewhere and I have to scroll around to find the actual error.
Is it somehow possible to have cmake colorize errors and warnings differently from diagnostic messages?
Note: I am not referring to colorized make
output in the build phase, but output by cmake
itself.