mirror of https://github.com/ARMmbed/mbed-os.git
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 itpull/14827/head
parent
fe0298a1a3
commit
26c608b241
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue