CMake-codecov icon indicating copy to clipboard operation
CMake-codecov copied to clipboard

Use find_package_message for printing messages

Open alehaa opened this issue 7 years ago • 1 comments

Instead of printing the same message over and over again (e.g. if the compiler doesn't support code coverage, but FindCodecov.cmake is called more than once), the find_package_message() function should be used to print these messages only once.

alehaa avatar Apr 21 '17 14:04 alehaa

Three years later...

You gotta love those well maintained repositories.

CarloWood avatar Apr 04 '20 04:04 CarloWood