From 0326944fa35eb035a001eaa5148eb22a2ccb8fab Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 15 Feb 2013 13:38:08 +0000 Subject: QPID_4538 - Fixed install destination for executable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1446580 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/extras/nexus/router/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1