CMake: Remove --coverage link option from mbed-stubs-hal

The --coverage flag globally set in UNITTESTS/CMakeLists.txt
and configuring the same option again in mbed-stubs-hal is
redundant so remove it
pull/14827/head
Rajkumar Kanagaraj 2021-07-01 01:43:46 -07:00
parent fe0298a1a3
commit 26c608b241
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ target_sources(mbed-stubs-hal
watchdog_api_stub.c
)
target_link_options(mbed-stubs-hal
PRIVATE
--coverage
)
target_link_libraries(mbed-stubs-hal
PRIVATE
mbed-headers-base