summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 435407fea..62a7a7ea0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -280,7 +280,7 @@ if(ENABLE_COVERAGE)
# into a timeout. As a consequence, the coverage report is not generated. To
# prevent this we always return with exit code 0 after the ctest command has
# finished.
- setup_target_for_coverage_lcov(
+ setup_target_for_coverage_gcovr_html(
NAME coverage
EXECUTABLE
ctest -j${CTEST_NTHREADS} -LE "example"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback