Skip to content

Commit

Permalink
Remove .elf suffix from add_sandbox_program_at()
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Dec 17, 2024
1 parent 41ab199 commit 887ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/cpp/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function (add_sandbox_program_at name path)
add_sandbox_program(${name} ${ARGN})
set_target_properties(${name} PROPERTIES
RUNTIME_OUTPUT_DIRECTORY ${path}
RUNTIME_OUTPUT_NAME ${name}.elf
RUNTIME_OUTPUT_NAME ${name}
)
endfunction()

Expand Down

0 comments on commit 887ab04

Please sign in to comment.