diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:35:42 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:35:42 +0000 |
commit | 7f069168803b3c9823aad78810dff09c9b3f3a0d (patch) | |
tree | 77e20f8a0cd12468f4475c07659e348c3393f7e3 /cpp/src | |
parent | d2268eb77c2ed16f22be333ce2f7cf11027f9a9b (diff) | |
download | qpid-python-7f069168803b3c9823aad78810dff09c9b3f3a0d.tar.gz |
Fix variable used to retrieve Boost include files for Windows kit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@831477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 88e821ddb4..df2a4ed6e7 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -225,7 +225,7 @@ if (MSVC) 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}) |