Following the advice given to question How to get colorized output with cmake? I attempted to colorize the output. Two strange experiences
1./ When using bold coloring, an unneeded ';' is inserted at the place where the color is changed. (KDevelop 4.7.3; Ubuntu 16.04; the code is simply copy/paste-ed from the reference)
2./ When I run CMake directly, from a command line window, the coloring works OK (apart from the obsolete ';'). However, when running from KDevelop, using 'Build', my colorization just prints the escape sequences, rather than coloring the output. At the same time, CMake colorization works. What is the difference?