Remove dependency on lcov

We don't use it anyway, but use the more modern and flexible gcovr.
This commit is contained in:
TheAssassin
2018-11-10 03:43:51 +01:00
parent 5b1b91da5f
commit 9b8d7698f4

View File

@@ -27,7 +27,6 @@ if(ENABLE_COVERAGE)
setup_target_for_coverage_gcovr_html(NAME coverage EXECUTABLE "${command}")
setup_target_for_coverage_gcovr_xml(NAME coverage_xml EXECUTABLE "${command}")
setup_target_for_coverage_gcovr_text(NAME coverage_text EXECUTABLE "${command}")
setup_target_for_coverage_lcov(NAME coverage_lcov EXECUTABLE "${command}")
endif()
add_subdirectory(lib)