Mir

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

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 2146
Proposed branch: lp:~vanvugt/mir/fix-1401365
Merge into: lp:mir
Diff against target: 26 lines (+3/-3)
1 file modified
examples/CMakeLists.txt (+3/-3)
To merge this branch: bzr merge lp:~vanvugt/mir/fix-1401365
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+244377@code.launchpad.net

Commit message

Rename mir_demo_server back to mir_demo_server_basic.

It's still confusing given we also have mir_demo_server_{minimal,shell}
but this makes things more consistent at least, and fixes a CI build
failure (LP: #1401365)

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
Alan Griffiths (alan-griffiths) wrote :

Fixes the failure - we can argue about names at leisure

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'examples/CMakeLists.txt'
--- examples/CMakeLists.txt 2014-12-11 02:43:01 +0000
+++ examples/CMakeLists.txt 2014-12-11 04:09:07 +0000
@@ -158,12 +158,12 @@
158158
159install(TARGETS ${INSTALL_DEMOS} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})159install(TARGETS ${INSTALL_DEMOS} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
160160
161add_executable(mir_demo_server161add_executable(mir_demo_server_basic
162 server_example.cpp162 server_example.cpp
163 glog_logger.cpp163 glog_logger.cpp
164)164)
165165
166target_link_libraries(mir_demo_server166target_link_libraries(mir_demo_server_basic
167 mirserver167 mirserver
168 exampleserverconfig168 exampleserverconfig
169 ${GLog_LIBRARY}169 ${GLog_LIBRARY}
@@ -171,7 +171,7 @@
171 ${Boost_LIBRARIES}171 ${Boost_LIBRARIES}
172)172)
173173
174install(TARGETS mir_demo_server174install(TARGETS mir_demo_server_basic
175 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}175 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
176)176)
177177

Subscribers

People subscribed via source and target branches