79383903

Date: 2025-01-24 09:59:32
Score: 2.5
Natty:
Report link

The problem in your first CMake-command is that you need to wrap it with quotes "

add_custom_command( ... COMMAND "$<$CONFIG:Debug:cmake;-E;echo;foo>" )

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kumortas