Skip to content

Commit ebf4950

Browse files
committed
CMake: Remove forgotten debug message
A debug message to display the selected toolchain was left in the main CMakeLists.txt file. This commit removes it.
1 parent 77927d0 commit ebf4950

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
@@ -71,7 +71,6 @@ if(${CMAKE_CROSSCOMPILING})
7171

7272
mbed_set_cpu_core_definitions(mbed-core)
7373
if(${MBED_TOOLCHAIN_FILE_USED})
74-
message(STATUS ${MBED_TOOLCHAIN})
7574
mbed_set_profile_options(mbed-core ${MBED_TOOLCHAIN})
7675
mbed_set_c_lib(mbed-core ${MBED_C_LIB})
7776
mbed_set_printf_lib(mbed-core ${MBED_PRINTF_LIB})

0 commit comments

Comments
 (0)