Skip to content

Commit ca65112

Browse files
committed
cmake: Remove whitespace from mbed-os/CMakeLists.txt
1 parent 0c6753b commit ca65112

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ target_link_libraries(mbed-baremetal
2323
INTERFACE
2424
mbed-core
2525
)
26-
2726
# Validate selected C library type
2827
# The C library type selected has to match the library that the target can support
2928
if(${MBED_C_LIB} STREQUAL "small")
@@ -35,7 +34,7 @@ if(${MBED_C_LIB} STREQUAL "small")
3534
" we are using the standard C library instead."
3635
)
3736
set(MBED_C_LIB "std" CACHE STRING "")
38-
endif()
37+
endif()
3938
endif()
4039
elseif(NOT ${MBED_C_LIB} IN_LIST MBED_TARGET_SUPPORTED_C_LIBS)
4140
message(FATAL_ERROR
@@ -67,7 +66,7 @@ target_compile_definitions(mbed-core
6766

6867
# Add compile definitions for backward compatibility with the toolchain
6968
# supported. New source files should instead check for __GNUC__ and __clang__
70-
# for the GCC_ARM and ARM toolchains respectively.
69+
# for the GCC_ARM and ARM toolchains respectively.
7170
if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
7271
target_compile_definitions(mbed-core
7372
INTERFACE

0 commit comments

Comments
 (0)