diff options
| author | Ted Ross <tross@apache.org> | 2013-02-15 13:38:08 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-02-15 13:38:08 +0000 |
| commit | d5c37eaaac1772a4152a1be459ecf97111465df1 (patch) | |
| tree | 23061c874b51ec4e65e469b87d5ce0dfad1b0612 | |
| parent | 5359bb8c9c62046635c80176cba9cb966812adf7 (diff) | |
| download | qpid-python-d5c37eaaac1772a4152a1be459ecf97111465df1.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
| -rw-r--r-- | extras/nexus/router/CMakeLists.txt | 2 |
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) |
