mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-17 08:32:53 -05:00
Remove dependency on lcov
We don't use it anyway, but use the more modern and flexible gcovr.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user