You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set MBED_TEST_MODE as PRIVATE. We don't need MBED_TEST_MODE set for
applications, only tests built with the "mbed-os" project. This also
helps avoid the following error when building an application, given that
applications currently are built as part of the "mbed-os" project, due
to limitations with Mbed OS's toolchain support (see #14518 for more
information on toolchain support).
CMake Error at mbed-os/CMakeLists.txt:96 (target_compile_definitions):
target_compile_definitions may only set INTERFACE properties on INTERFACE
targets
0 commit comments