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 4e2206e commit c3f3ed7Copy full SHA for c3f3ed7
tools/cmake/mbed_greentea.cmake
@@ -61,7 +61,7 @@ macro(mbed_greentea_add_test)
61
list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os)
62
endif()
63
64
- 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)
65
66
target_link_libraries(${MBED_GREENTEA_TEST_NAME}
67
PRIVATE
0 commit comments