Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
build: migrate CoverageReport to cmake-extras
Browse files Browse the repository at this point in the history
This allows this package to receive updates to CoverageReport in the
future.

Also B-D on new enough cmake-extras (which is ancient at this point, but
just in case).
  • Loading branch information
peat-psuwit committed Jan 26, 2021
1 parent ac69b16 commit af17268
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 280 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(cmake_build_type_lower MATCHES "debug")
add_definitions(-DQT_QML_DEBUG)
endif()

include(EnableCoverageReport)
find_package(CoverageReport)
#####################################################################
# Enable code coverage calculation with gcov/gcovr/lcov
# Usage:
Expand Down
166 changes: 0 additions & 166 deletions cmake/modules/EnableCoverageReport.cmake

This file was deleted.

29 changes: 0 additions & 29 deletions cmake/modules/FindLcov.cmake

This file was deleted.

31 changes: 0 additions & 31 deletions cmake/modules/Findgcovr.cmake

This file was deleted.

52 changes: 0 additions & 52 deletions cmake/modules/ParseArguments.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends:
android-headers,
cmake,
cmake-extras,
cmake-extras (>= 0.10),
dbus-test-runner,
debhelper (>= 9),
dh-apparmor,
Expand Down

0 comments on commit af17268

Please sign in to comment.