Skip to content

Commit e0eee75

Browse files
0xc0170hugueskamba
authored andcommitted
CMake: remove TODO as it is not valid anymore
1 parent a42ad9d commit e0eee75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ endfunction()
143143
#
144144
function(mbed_generate_bin_hex target)
145145
get_property(elf_to_bin GLOBAL PROPERTY ELF2BIN)
146-
# TODO: @mbed-os-tools This post-build commands should get details from target + profile.
147146
if(MBED_TOOLCHAIN STREQUAL "GCC_ARM")
148147
set(CMAKE_POST_BUILD_COMMAND
149148
COMMAND ${elf_to_bin} -O binary $<TARGET_FILE:${target}> $<TARGET_FILE:${target}>.bin

0 commit comments

Comments
 (0)