mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14709 from hugueskamba/hk_cmake_remove_debug_msg
CMake: Remove forgotten debug messagepull/14720/head
commit
5f208ae90a
|
|
@ -71,7 +71,6 @@ if(${CMAKE_CROSSCOMPILING})
|
||||||
|
|
||||||
mbed_set_cpu_core_definitions(mbed-core)
|
mbed_set_cpu_core_definitions(mbed-core)
|
||||||
if(${MBED_TOOLCHAIN_FILE_USED})
|
if(${MBED_TOOLCHAIN_FILE_USED})
|
||||||
message(STATUS ${MBED_TOOLCHAIN})
|
|
||||||
mbed_set_profile_options(mbed-core ${MBED_TOOLCHAIN})
|
mbed_set_profile_options(mbed-core ${MBED_TOOLCHAIN})
|
||||||
mbed_set_c_lib(mbed-core ${MBED_C_LIB})
|
mbed_set_c_lib(mbed-core ${MBED_C_LIB})
|
||||||
mbed_set_printf_lib(mbed-core ${MBED_PRINTF_LIB})
|
mbed_set_printf_lib(mbed-core ${MBED_PRINTF_LIB})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue