Print generated command by add_custom_command

Hello,

I have a simple question, is it possible to ask cmake to print all generated commands our I have to do it manually py setting the COMMENT option of add_custom_command or adding a log ?

Thank you in advance,
Best regards,

Sorry I was too fast, the answer is to add VERBOSE=1 as argument to cmake.