[CMake] Verbose output for -E copy and copy_if_different

Robert Dailey rcdailey.lists at gmail.com
Mon Nov 5 12:51:28 EST 2012


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?


More information about the CMake mailing list