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