[cmake] Colorize output when using cmake + ninja. (#674)
authorBruce Mitchener <bruce.mitchener@gmail.com>
Thu, 4 Jan 2018 11:37:35 +0000 (18:37 +0700)
committerEbrahim Byagowi <ebrahim@gnu.org>
Thu, 4 Jan 2018 11:37:35 +0000 (15:07 +0330)
commit4f80078eb035054db0f6e33cf4f7345c6c85cb12
treea77186d088e113c718e00c67d8be5a684edd3be9
parent5ed26fc5bdfdab0ff41a8861b54395c0bbbad248
[cmake] Colorize output when using cmake + ninja. (#674)

Due to how ninja runs clang and gcc, it doesn't colorize the output
like make does. This forces color output in this situation.
CMakeLists.txt