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
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-08-19 07:00:16 +0000
+++ CMakeLists.txt 2016-12-07 17:18:25 +0000
@@ -82,8 +82,7 @@
82include(CTest)82include(CTest)
83enable_testing()83enable_testing()
8484
85include(EnableCoverageReport)85find_package(CoverageReport)
86
87find_package(Boost COMPONENTS filesystem REQUIRED)86find_package(Boost COMPONENTS filesystem REQUIRED)
88find_package(Threads REQUIRED)87find_package(Threads REQUIRED)
8988
@@ -107,7 +106,7 @@
107 ${UNIT_TEST_TARGETS}106 ${UNIT_TEST_TARGETS}
108)107)
109108
110include(UseDoxygen OPTIONAL)109find_package(DoxygenBuilder)
111110
112file(GLOB public_headers ${CMAKE_SOURCE_DIR}/include/core/*.h)111file(GLOB public_headers ${CMAKE_SOURCE_DIR}/include/core/*.h)
113add_doxygen(112add_doxygen(
114113
=== modified file 'debian/control'
--- debian/control 2015-12-10 05:30:29 +0000
+++ debian/control 2016-12-07 17:18:25 +0000
@@ -2,7 +2,7 @@
2Priority: optional2Priority: optional
3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4Build-Depends: cmake,4Build-Depends: cmake,
5 cmake-extras (>= 0.4),5 cmake-extras (>= 0.10),
6 debhelper (>= 9),6 debhelper (>= 9),
7 devscripts,7 devscripts,
8 doxygen,8 doxygen,

Subscribers

People subscribed via source and target branches

to all changes: