You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/10/30 23:35:42 UTC

svn commit: r831477 - /qpid/trunk/qpid/cpp/src/CMakeLists.txt

Author: shuston
Date: Fri Oct 30 22:35:42 2009
New Revision: 831477

URL: http://svn.apache.org/viewvc?rev=831477&view=rev
Log:
Fix variable used to retrieve Boost include files for Windows kit.

Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=831477&r1=831476&r2=831477&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Fri Oct 30 22:35:42 2009
@@ -225,7 +225,7 @@
    endif (QPID_LINK_BOOST_DYNAMIC)
 
    # Need the boost headers regardless of which way the libs go.
-   install (DIRECTORY ${BOOST_INCLUDEDIR}/boost
+   install (DIRECTORY ${Boost_INCLUDE_DIR}/boost
             DESTINATION ${QPID_INSTALL_INCLUDEDIR}
             COMPONENT ${QPID_COMPONENT_CLIENT_INCLUDE})
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org