We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b5441 commit eab361fCopy full SHA for eab361f
cmake/SwitchTools.cmake
@@ -344,9 +344,7 @@ function(add_nsp_target target)
344
get_filename_component(target_we ${target} NAME_WE)
345
346
# Build a NPDM for the PFS0 ExeFS, if missing.
347
- if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/${target_we}.npdm)
348
- __generate_npdm(${target})
349
- endif()
+ __generate_npdm(${target})
350
351
# Add the required NSO target, if not configured yet.
352
if(NOT TARGET ${target_we}_nso)
0 commit comments