We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e.g.
add_custom_command(TARGET xip_ram_perms COMMAND ${CMAKE_COMMAND} -E copy ${XIP_RAM_PERMS_ELF} ${CMAKE_BINARY_DIR}/xip_ram_perms.elf DEPENDS xip_ram_perms )
Newest CMake now complains about this:
POST_BUILD
DEPENDS