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 | 0326944fa35eb035a001eaa5148eb22a2ccb8fab (patch) | |
| tree | 8cd2b42cf75db6b4d4ee8a5c053b3f2d000cf4d2 | |
| parent | f86294741548e5fec917ab235acce21366953934 (diff) | |
| download | qpid-python-0326944fa35eb035a001eaa5148eb22a2ccb8fab.tar.gz | |
QPID_4538 - Fixed install destination for executable.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1446580 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/nexus/router/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/nexus/router/CMakeLists.txt b/qpid/extras/nexus/router/CMakeLists.txt index 4d0b38ff5d..6023b7fc79 100644 --- a/qpid/extras/nexus/router/CMakeLists.txt +++ b/qpid/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) |
