Merge lp:~pete-woods/policykit-unity8/cmake-extras-compatibility into lp:policykit-unity8

Proposed by Pete Woods
Status: Merged
Approved by: Michi Henning
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~pete-woods/policykit-unity8/cmake-extras-compatibility
Merge into: lp:policykit-unity8
Diff against target: 34 lines (+3/-3)
2 files modified
CMakeLists.txt (+2/-2)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~pete-woods/policykit-unity8/cmake-extras-compatibility
Reviewer Review Type Date Requested Status
Michi Henning (community) Approve
unity-api-1-bot continuous-integration Needs Fixing
Review via email: mp+312707@code.launchpad.net

Commit message

Compatibility with unversioned cmake-extras modules

Description of the change

Compatibility with unversioned cmake-extras modules

To post a comment you must log in.
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2016-08-29 19:14:32 +0000
3+++ CMakeLists.txt 2016-12-07 17:06:22 +0000
4@@ -34,7 +34,7 @@
5 ##
6
7 set_property(GLOBAL PROPERTY FORMAT_SOURCES)
8-include(FormatCode)
9+find_package(FormatCode)
10
11 ##
12 ## Go deeper into the tree
13@@ -60,7 +60,7 @@
14 ## Coverage
15 ##
16
17-include(EnableCoverageReport)
18+find_package(CoverageReport)
19 set(filter-list)
20 list(APPEND filter-list "/usr")
21 list(APPEND filter-list "${CMAKE_SOURCE_DIR}/tests")
22
23=== modified file 'debian/control'
24--- debian/control 2016-08-25 19:00:19 +0000
25+++ debian/control 2016-12-07 17:06:22 +0000
26@@ -7,7 +7,7 @@
27 clang-format | clang-format-3.4,
28 click-dev,
29 cmake,
30- cmake-extras,
31+ cmake-extras (>= 0.10),
32 dbus,
33 dbus-test-runner,
34 debhelper (>= 9),

Subscribers

People subscribed via source and target branches

to all changes: