Skip to content

Commit 26c608b

Browse files
committed
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
1 parent fe0298a commit 26c608b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hal/tests/UNITTESTS/doubles/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ target_sources(mbed-stubs-hal
2525
watchdog_api_stub.c
2626
)
2727

28-
target_link_options(mbed-stubs-hal
29-
PRIVATE
30-
--coverage
31-
)
32-
3328
target_link_libraries(mbed-stubs-hal
3429
PRIVATE
3530
mbed-headers-base

0 commit comments

Comments
 (0)