mirror of https://github.com/ARMmbed/mbed-os.git
cmake: Remove whitespace from mbed-os/CMakeLists.txt
parent
7135c6545a
commit
8f47212085
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue