Hi,<div><br></div><div>Ever since CMake 2.6.3, the CMake-gui application on Windows has been displaying output from the message() function in red, even if it isn't an error. For example, if I do this:</div><div><br></div>
<div>message( "Hello World" )</div><div><br></div><div>The text "Hello World" will show up in RED. Is this by design? I would prefer it show up as black like the rest of the text. Or better yet, an option to choose the color would be great!</div>