From 58633f8da8690ccdf915f00c1b809752464483d3 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 18 Nov 2013 01:16:42 +0000 Subject: QPID-5349: qpid-proton.dll is not installed in \bin ampq.cmake installed the file in \lib and not in \bin with the rest of the dlls. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1542880 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/amqp.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/amqp.cmake b/qpid/cpp/src/amqp.cmake index 1265b3a6a7..14b660dab1 100644 --- a/qpid/cpp/src/amqp.cmake +++ b/qpid/cpp/src/amqp.cmake @@ -171,11 +171,11 @@ if (BUILD_AMQP) set(proton_dlld "${PROTON_LIBRARY_DIRS}/${PROTON_LIBRARIES}d.dll") install (PROGRAMS ${proton_dll} - DESTINATION ${QPID_INSTALL_LIBDIR} + DESTINATION ${QPID_INSTALL_BINDIR} COMPONENT ${QPID_COMPONENT_COMMON} CONFIGURATIONS Release|MinSizeRel|RelWithDebInfo) install (PROGRAMS ${proton_dlld} - DESTINATION ${QPID_INSTALL_LIBDIR} + DESTINATION ${QPID_INSTALL_BINDIR} COMPONENT ${QPID_COMPONENT_COMMON} CONFIGURATIONS Debug) endif (WIN32) -- cgit v1.2.1