We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfccaae commit 6a6bbe0Copy full SHA for 6a6bbe0
tools/cmake/mbed_greentea.cmake
@@ -60,9 +60,9 @@ macro(mbed_greentea_add_test)
60
# -D "MBED_TEST_LINK_LIBRARIES=mbed-baremetal ext-errorlogging"
61
if (DEFINED MBED_TEST_LINK_LIBRARIES)
62
separate_arguments(MBED_TEST_LINK_LIBRARIES)
63
- list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS ${MBED_TEST_LINK_LIBRARIES} greentea-client mbed-unity mbed-utest)
+ list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS ${MBED_TEST_LINK_LIBRARIES} greentea::client mbed-unity mbed-utest)
64
else()
65
- list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS greentea-client mbed-unity mbed-utest)
+ list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS greentea::client mbed-unity mbed-utest)
66
endif()
67
68
target_link_libraries(${MBED_GREENTEA_TEST_NAME}
0 commit comments