Skip to content

Commit ab8b422

Browse files
committed
Fixed minor typo
1 parent de423d9 commit ab8b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-coverage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ endif()
205205
# TARGET_NAME - Name of the target to generate code coverage for.
206206
# Optional:
207207
# PUBLIC - Sets the visibility for added compile options to targets to PUBLIC instead of the default of PRIVATE.
208-
# PUBLIC - Sets the visibility for added compile options to targets to INTERFACE instead of the default of PRIVATE.
208+
# INTERFACE - Sets the visibility for added compile options to targets to INTERFACE instead of the default of PRIVATE.
209209
# AUTO - Adds the target to the 'ccov' target so that it can be run in a batch with others easily. Effective on executable targets.
210210
# ALL - Adds the target to the 'ccov-all' and 'ccov-all-report' targets, which merge several executable targets coverage data to a single report. Effective on executable targets.
211211
# EXTERNAL - For GCC's lcov, allows the profiling of 'external' files from the processing directory

0 commit comments

Comments
 (0)