Skip to content

Commit c3f3ed7

Browse files
committed
cmake: Use namespaced greentea client library
When using an exported or installed version of greentea, it's necessary to use the greentea namespace.
1 parent 4e2206e commit c3f3ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/mbed_greentea.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ macro(mbed_greentea_add_test)
6161
list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS mbed-os)
6262
endif()
6363

64-
list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS greentea-client mbed-unity mbed-utest)
64+
list(APPEND MBED_GREENTEA_TEST_REQUIRED_LIBS greentea::client mbed-unity mbed-utest)
6565

6666
target_link_libraries(${MBED_GREENTEA_TEST_NAME}
6767
PRIVATE

0 commit comments

Comments
 (0)