Merge lp:~pete-woods/persistent-cache-cpp/cmake-extras-compatibility into lp:persistent-cache-cpp

Proposed by Pete Woods
Status: Merged
Approved by: Michi Henning
Approved revision: 27
Merge reported by: Michi Henning
Merged at revision: not available
Proposed branch: lp:~pete-woods/persistent-cache-cpp/cmake-extras-compatibility
Merge into: lp:persistent-cache-cpp
Diff against target: 35 lines (+3/-4)
2 files modified
CMakeLists.txt (+2/-3)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~pete-woods/persistent-cache-cpp/cmake-extras-compatibility
Reviewer Review Type Date Requested Status
Michi Henning (community) Approve
Review via email: mp+312723@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
Michi Henning (michihenning) wrote :

Works fine for coverage and doxygen, thanks!

review: Approve
Revision history for this message
Michi Henning (michihenning) wrote :

Not sure why this didn't merge. Top-approving again.

Revision history for this message
Michi Henning (michihenning) wrote :

Ah, OK, was targeting trunk, not devel.

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 2015-08-19 07:00:16 +0000
3+++ CMakeLists.txt 2016-12-07 17:18:25 +0000
4@@ -82,8 +82,7 @@
5 include(CTest)
6 enable_testing()
7
8-include(EnableCoverageReport)
9-
10+find_package(CoverageReport)
11 find_package(Boost COMPONENTS filesystem REQUIRED)
12 find_package(Threads REQUIRED)
13
14@@ -107,7 +106,7 @@
15 ${UNIT_TEST_TARGETS}
16 )
17
18-include(UseDoxygen OPTIONAL)
19+find_package(DoxygenBuilder)
20
21 file(GLOB public_headers ${CMAKE_SOURCE_DIR}/include/core/*.h)
22 add_doxygen(
23
24=== modified file 'debian/control'
25--- debian/control 2015-12-10 05:30:29 +0000
26+++ debian/control 2016-12-07 17:18:25 +0000
27@@ -2,7 +2,7 @@
28 Priority: optional
29 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
30 Build-Depends: cmake,
31- cmake-extras (>= 0.4),
32+ cmake-extras (>= 0.10),
33 debhelper (>= 9),
34 devscripts,
35 doxygen,

Subscribers

People subscribed via source and target branches

to all changes: