CMake currently checks if it is writing to a TTY, and if not it switch off colors. Problem is that I am piping make o/p to sed command. One way to solve this problem is I can use unbuffer command. Is there any other solution to always force color output ?
regards Vivek Goel
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake