Is there a way to make CMake's copy and copy_if_different CMD commands output verbose copy information?
Something like: Copying foo.txt... Copying bar.txt... If not, is there a way to utilize a custom command in CMake script to conditionally echo if copy_if_different actually ends up copying a file? -- 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
