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 15:51:55 UTC

svn commit: r1543046 - /qpid/branches/0.26/qpid/cpp/src/amqp.cmake

Author: chug
Date: Mon Nov 18 14:51:55 2013
New Revision: 1543046

URL: http://svn.apache.org/r1543046
Log:
QPID-5349: Change windows qpid-proton install directory from \lib to \bin. Merge r1542880 from trunk


Modified:
    qpid/branches/0.26/qpid/cpp/src/amqp.cmake

Modified: qpid/branches/0.26/qpid/cpp/src/amqp.cmake
URL: http://svn.apache.org/viewvc/qpid/branches/0.26/qpid/cpp/src/amqp.cmake?rev=1543046&r1=1543045&r2=1543046&view=diff
==============================================================================
--- qpid/branches/0.26/qpid/cpp/src/amqp.cmake (original)
+++ qpid/branches/0.26/qpid/cpp/src/amqp.cmake Mon Nov 18 14:51:55 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