On Wednesday 27 June 2007 13:57, Mike Arthur wrote: > I'm trying to get cmake to generate makefiles that use colours. > > I'm building the KDE SVN which should, according to other developers, use > colours for cmake but doesn't seem to for me. > > I'm using Konsole and TERM=xterm.
Maybe try it at first with a simple "hello world" program: CMakeLists.txt add_executable(hello main.c) This should be colored. Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
