We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e020764 commit e9fd1f9Copy full SHA for e9fd1f9
code-coverage.cmake
@@ -211,11 +211,6 @@ function(target_code_coverage TARGET_NAME)
211
set(target_code_coverage_COVERAGE_TARGET_NAME ${TARGET_NAME})
212
endif()
213
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
-
219
if(CODE_COVERAGE)
220
221
# Add code coverage instrumentation to the target's linker command
0 commit comments