cmake: Remove whitespace from mbed-os/CMakeLists.txt

pull/14199/head
Robert Walton 2021-01-27 12:26:54 +00:00 committed by Jaeden Amero
parent 7135c6545a
commit 8f47212085
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@ target_link_libraries(mbed-baremetal
INTERFACE INTERFACE
mbed-core mbed-core
) )
# Validate selected C library type # Validate selected C library type
# The C library type selected has to match the library that the target can support # The C library type selected has to match the library that the target can support
if(${MBED_C_LIB} STREQUAL "small") if(${MBED_C_LIB} STREQUAL "small")