Skip to content

Commit 7fd0941

Browse files
committed
Remove ccov-all dependency ccov-all-preprocessing
The ccov-all-preprocessing target no longer exists.
1 parent 6c1b437 commit 7fd0941

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code-coverage.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ function(add_code_coverage_all_targets)
780780
add_custom_target(
781781
ccov-all
782782
COMMAND
783-
DEPENDS ccov-preprocessing ccov-all-processing ccov-all-capture
784-
ccov-all-html)
783+
DEPENDS ccov-all-processing ccov-all-capture ccov-all-html)
785784

786785
endif()
787786
endfunction()

0 commit comments

Comments
 (0)