diff options
| -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) |
