In CMake 2.4.2, ADD_CUSTOM_COMMAND has the "COMMENT" option, which is rather convenient. ADD_CUSTOM_TARGET does not, so one has to type "COMMAND ${CMAKE_COMMAND} -E echo" a lot. Cheers, Brandon Van Every