diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 09:11:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-07 09:11:46 +0200 |
commit | b8050c45f763651ce43c481ee3f862a2896cf265 (patch) | |
tree | 2666bdc82c42d58151257313d8a5cbe41bf25c22 /tests | |
parent | 08289ff0e7457d75682390fc8e926f11f2386045 (diff) | |
parent | 18ef0138e0857982835a1da262d53d2cce994261 (diff) | |
download | qmenumodel-b8050c45f763651ce43c481ee3f862a2896cf265.tar.gz qmenumodel-b8050c45f763651ce43c481ee3f862a2896cf265.tar.bz2 qmenumodel-b8050c45f763651ce43c481ee3f862a2896cf265.zip |
Merge branch 'tari01-pr/build-fixes'
Attributes GH PR #26: https://github.com/AyatanaIndicators/qmenumodel/pull/26
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/client/CMakeLists.txt b/tests/client/CMakeLists.txt index 34bef38..05d31f3 100644 --- a/tests/client/CMakeLists.txt +++ b/tests/client/CMakeLists.txt @@ -73,7 +73,8 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qmlfiles.h.in ${CMAKE_CURRENT_BINARY_DIR}/qmlfiles.h)
if (ENABLE_COVERAGE)
- enable_coverage_report(
+ find_package(CoverageReport)
+ ENABLE_COVERAGE_REPORT(
TARGETS
qmenumodel
FILTER
|