CMake: unit-tests: Remove --coverage option from mbed-stubs-platform

We set the --coverage flag globally in UNITTESTS/CMakeLists.txt. We
shouldn't need to also set it on mbed-stubs-platform, so remove it.
pull/14773/head
Robert Walton 2021-06-30 11:34:34 +01:00
parent 021baa68e7
commit 55f77ea77f
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ target_include_directories(mbed-stubs-platform
PUBLIC
.
)
target_link_options(mbed-stubs-platform
PRIVATE
--coverage
)
target_link_libraries(mbed-stubs-platform
PUBLIC
mbed-headers-base