Fix error with create_pbp_file

This commit is contained in:
Wouter Wijsman
2024-10-31 21:58:18 +01:00
parent 4e67dcf03e
commit 2e2e6bd5bb

View File

@@ -163,7 +163,7 @@ macro(create_pbp_file)
endif()
add_custom_command(
TARGET ${APP} POST_BUILD
TARGET ${ARG_TARGET} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E remove
${ARG_OUTPUT_DIR}/PARAM.SFO
COMMENT "Cleaning up PARAM.SFO for target ${ARG_TARGET}"