Author: tross Date: Fri Feb 15 13:38:08 2013 New Revision: 1446580 URL: http://svn.apache.org/r1446580 Log: QPID_4538 - Fixed install destination for executable.
Modified: qpid/trunk/qpid/extras/nexus/router/CMakeLists.txt Modified: qpid/trunk/qpid/extras/nexus/router/CMakeLists.txt URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/nexus/router/CMakeLists.txt?rev=1446580&r1=1446579&r2=1446580&view=diff ============================================================================== --- qpid/trunk/qpid/extras/nexus/router/CMakeLists.txt (original) +++ qpid/trunk/qpid/extras/nexus/router/CMakeLists.txt Fri Feb 15 13:38:08 2013 @@ -27,5 +27,5 @@ set(router_SOURCES add_executable(nexus-router ${router_SOURCES}) target_link_libraries(nexus-router qpid-nexus ${proton_lib}) -install(TARGETS nexus-router) +install(TARGETS nexus-router RUNTIME DESTINATION bin) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org