Skip to content

Commit e9fd1f9

Browse files
committed
Removed debug message
1 parent e020764 commit e9fd1f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: code-coverage.cmake

-5
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ function(target_code_coverage TARGET_NAME)
211211
set(target_code_coverage_COVERAGE_TARGET_NAME ${TARGET_NAME})
212212
endif()
213213

214-
message(
215-
STATUS
216-
"For the target ${target_code_coverage_COVERAGE_TARGET_NAME}, these are the arguments given to use: ${target_code_coverage_ARGS}"
217-
)
218-
219214
if(CODE_COVERAGE)
220215

221216
# Add code coverage instrumentation to the target's linker command

0 commit comments

Comments
 (0)