mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
da6febf616
commit
d5a4ad1fe9
|
|
@ -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
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in New Issue