You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thanks a lot for your work. It spares me a lot of time!
I'm using the CodeCoverage.cmake script and it works very well but the message associated with custom targets are not printed.
I'm working with CMake version 3.22.1.
I solved this by replacing the comment with:
COMMAND ${CMAKE_COMMAND} -E echo "Lcov code coverage info report saved in ${Coverage_NAME}.info."
Do you want a PR for this?
The text was updated successfully, but these errors were encountered:
Hi,
first of all thanks a lot for your work. It spares me a lot of time!
I'm using the CodeCoverage.cmake script and it works very well but the message associated with custom targets are not printed.
I'm working with CMake version 3.22.1.
I solved this by replacing the comment with:
Do you want a PR for this?
The text was updated successfully, but these errors were encountered: