CMake: greentea: Remove call to deprecated function

mbed_greentea::mbed_greentea_add_test was calling the deprecated
`mbed_configure_app_target` function, which is currently a no-op.
pull/14876/head
Robert Walton 2021-07-05 22:50:32 +01:00
parent da6febf616
commit d5a4ad1fe9
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ macro(mbed_greentea_add_test)
# Explicitly enable BUILD_TESTING until CTest is added to the Greentea client
set(BUILD_TESTING ON)
mbed_configure_app_target(${MBED_GREENTEA_TEST_NAME})
target_include_directories(${MBED_GREENTEA_TEST_NAME}
PRIVATE
.