Skip to content

Commit

Permalink
Fix error with create_pbp_file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Oct 31, 2024
1 parent 4e67dcf commit 2e2e6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/CreatePBP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 2e2e6bd

Please sign in to comment.