You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2013/11/18 02:16:42 UTC

svn commit: r1542880 - /qpid/trunk/qpid/cpp/src/amqp.cmake

Author: chug
Date: Mon Nov 18 01:16:42 2013
New Revision: 1542880

URL: http://svn.apache.org/r1542880
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/src/amqp.cmake

Modified: qpid/trunk/qpid/cpp/src/amqp.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/amqp.cmake?rev=1542880&r1=1542879&r2=1542880&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/amqp.cmake (original)
+++ qpid/trunk/qpid/cpp/src/amqp.cmake Mon Nov 18 01:16:42 2013
@@ -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)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org