diff options
author | Pete Woods <pete.woods@canonical.com> | 2017-01-06 10:44:15 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2017-01-06 10:44:15 +0000 |
commit | 287740484337d70d31316f7ef7185c3a2f682c89 (patch) | |
tree | b7986207d98bb5142c8aaa7206fee454abd64130 | |
parent | 4fa4985e6a1f9a92d318f875ce6ee84f423ebfce (diff) | |
parent | 1b83d8affa584c92476a6b98d76cc18ea0e9bbf1 (diff) | |
download | ayatana-indicator-display-287740484337d70d31316f7ef7185c3a2f682c89.tar.gz ayatana-indicator-display-287740484337d70d31316f7ef7185c3a2f682c89.tar.bz2 ayatana-indicator-display-287740484337d70d31316f7ef7185c3a2f682c89.zip |
Compatibility with unversioned cmake-extras modules (LP: #1563573)
Approved by: Michi Henning
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a1a6aa..77e2cbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ add_compile_options(-std=c++14 -fPIC -g) if(${enable_tests}) enable_testing() if(${enable_coverage}) - include(EnableCoverageReport) + find_package(CoverageReport) endif() endif() diff --git a/debian/control b/debian/control index 65950a2..6deae40 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Charles Kerr <charles.kerr@canonical.com> Build-Depends: cmake, - cmake-extras (>= 0.4), + cmake-extras (>= 0.10), dbus, libglib2.0-dev (>= 2.36), libgudev-1.0-dev, |