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 /CMakeLists.txt | |
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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() |