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.
pull/14709/head
Hugues Kamba 2021-05-26 17:40:09 +01:00
parent 77927d0c7a
commit ebf495006e
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ if(${CMAKE_CROSSCOMPILING})
mbed_set_cpu_core_definitions(mbed-core)
if(${MBED_TOOLCHAIN_FILE_USED})
message(STATUS ${MBED_TOOLCHAIN})
mbed_set_profile_options(mbed-core ${MBED_TOOLCHAIN})
mbed_set_c_lib(mbed-core ${MBED_C_LIB})
mbed_set_printf_lib(mbed-core ${MBED_PRINTF_LIB})