summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2013-02-15 13:38:08 +0000
committerTed Ross <tross@apache.org>2013-02-15 13:38:08 +0000
commit738cde0ff1f1d9dc27752a3ba5bf2c8233ec9c9f (patch)
tree23061c874b51ec4e65e469b87d5ce0dfad1b0612 /extras
parente921684df13bf66686b8fce44244bc3139912537 (diff)
downloadqpid-python-738cde0ff1f1d9dc27752a3ba5bf2c8233ec9c9f.tar.gz
QPID_4538 - Fixed install destination for executable.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1446580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'extras')
-rw-r--r--extras/nexus/router/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/nexus/router/CMakeLists.txt b/extras/nexus/router/CMakeLists.txt
index 4d0b38ff5d..6023b7fc79 100644
--- a/extras/nexus/router/CMakeLists.txt
+++ b/extras/nexus/router/CMakeLists.txt
@@ -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)