Hi there Strange thing with ANSI colors
Calling cmake --build from a script in a MINGW bash shell will output ANSI colours escape codes as follows ←[0m[ 12%] ←[32mBuilding CXX object basic/CMakeFiles/...... Piping the same script to /bin/less or calling the native make tool directly will render colours just fine. Do I need to do anything special in the shell script? Thanks in advance!
-- 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
