Skip to content

Commit

Permalink
CMake readme: fix typos in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 committed Feb 25, 2021
1 parent adbf4df commit 21a3d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ add_subdirectory(cmsis/CMSIS_5/CMSIS/RTOS2 EXCLUDE_FROM_ALL)
add_subdirectory(cmsis/device/rtos EXCLUDE_FROM_ALL)

# Upstream target options to core
# Todo: I could not make this working with which would be cleaner
# Todo: I could not make this working with this snippet thus copying separately each option
# foreach(options COMPILE_DEFINITIONS COMPILE_FEATURES COMPILE_OPTIONS INCLUDE_DIRECTORIES LINK_LIBRARIES)
# set_target_properties(mbed-core PROPERTIES ${options} # $<TARGET_PROPERTY:${MBED_TARGET_CONVERTED},INTERFACE_${options}>)
# endforeach()
Expand Down

0 comments on commit 21a3d7b

Please sign in to comment.