Skip to content

Commit 14a5c79

Browse files
authored
Merge pull request #14298 from ARMmbed/cmake-remove-debug-print
CMake: remove debug print
2 parents 7b6c7cc + 546cdaf commit 14a5c79

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
@@ -147,7 +147,6 @@ function(mbed_configure_app_target target)
147147
# Gcc Arm requires memap to be set with app name, equally to ARMClang
148148
# TODO: move this to toolchain and set properly
149149
if(MBED_TOOLCHAIN STREQUAL "GCC_ARM")
150-
message(${target})
151150
target_link_options(mbed-core
152151
INTERFACE
153152
"-Wl,-Map=${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map"

0 commit comments

Comments
 (0)