Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and phlptp committed Nov 16, 2024
1 parent 15aa130 commit 02598d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CodeCoverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ function(setup_target_for_coverage_lcov)
add_custom_command(
TARGET ${Coverage_NAME}
POST_BUILD
COMMAND "Open ./${Coverage_NAME}/index.html in your browser to view the coverage report."
COMMAND ${CMAKE_COMMAND} -E echo "Open ./${Coverage_NAME}/index.html in your browser to view the coverage report."
)

endfunction() # setup_target_for_coverage_lcov
Expand Down

0 comments on commit 02598d3

Please sign in to comment.