Mir

Merge lp:~vanvugt/mir/fix-1263724 into lp:mir

Proposed by Daniel van Vugt
Status: Merged
Approved by: Gerry Boland
Approved revision: no longer in the source branch.
Merged at revision: 1300
Proposed branch: lp:~vanvugt/mir/fix-1263724
Merge into: lp:mir
Diff against target: 13 lines (+3/-1)
1 file modified
benchmarks/CMakeLists.txt (+3/-1)
To merge this branch: bzr merge lp:~vanvugt/mir/fix-1263724
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Gerry Boland (community) Approve
Mir development team Pending
Review via email: mp+199992@code.launchpad.net

Commit message

Fix build failure when -DMIR_ENABLE_TESTS=NO (LP: #1263724)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

The failures are:
  (1) bug 1239955
  (2) unknown

But seemingly nothing to do with this branch.

Revision history for this message
Gerry Boland (gerboland) wrote :

Works for me, thanking you

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'benchmarks/CMakeLists.txt'
--- benchmarks/CMakeLists.txt 2013-10-15 10:10:05 +0000
+++ benchmarks/CMakeLists.txt 2013-12-24 03:08:23 +0000
@@ -2,7 +2,9 @@
2 benchmarks2 benchmarks
3)3)
44
5add_subdirectory(android-input)5if (MIR_ENABLE_TESTS)
6 add_subdirectory(android-input)
7endif ()
6add_subdirectory(cpu)8add_subdirectory(cpu)
7add_subdirectory(memory)9add_subdirectory(memory)
810

Subscribers

People subscribed via source and target branches