Skip to content

Commit 7352660

Browse files
committed
remove comment
1 parent 883fab4 commit 7352660

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/cmake/mbed_set_post_build.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ function(mbed_generate_map_file target)
5858
COMMAND ${Python3_EXECUTABLE} ${mbed-os_SOURCE_DIR}/tools/memap.py -t ${MBED_TOOLCHAIN} ${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map
5959
WORKING_DIRECTORY
6060
${CMAKE_CURRENT_BINARY_DIR}
61-
COMMENT
62-
"Displaying memory map for ${target}"
6361
)
6462
endfunction()
6563

0 commit comments

Comments
 (0)