mirror of https://github.com/ARMmbed/mbed-os.git
cmake: Use namespaced greentea client library
When using an exported or installed version of greentea, it's necessary to use the greentea namespace.pull/14803/head
parent
4e2206e482
commit
c3f3ed7661
|
|
@ -61,7 +61,7 @@ macro(mbed_greentea_add_test)
|
|||
list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os)
|
||||
endif()
|
||||
|
||||
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)
|
||||
|
||||
target_link_libraries(${MBED_GREENTEA_TEST_NAME}
|
||||
PRIVATE
|
||||
|
|
|
|||
Loading…
Reference in New Issue