Skip to content

Commit d5a4ad1

Browse files
committed
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.
1 parent da6febf commit d5a4ad1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/cmake/mbed_greentea.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ macro(mbed_greentea_add_test)
4242
# Explicitly enable BUILD_TESTING until CTest is added to the Greentea client
4343
set(BUILD_TESTING ON)
4444

45-
mbed_configure_app_target(${MBED_GREENTEA_TEST_NAME})
46-
4745
target_include_directories(${MBED_GREENTEA_TEST_NAME}
4846
PRIVATE
4947
.

0 commit comments

Comments
 (0)