summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-30 22:35:42 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-30 22:35:42 +0000
commitc888277d17493bb6f32c2e66abd7ad4b35459255 (patch)
treee21ef83bf9571dc3937d5592523165d9dab394da /qpid/cpp
parent0cda1cb8182a53b7d838f3a98f82fa4f8678c27a (diff)
downloadqpid-python-c888277d17493bb6f32c2e66abd7ad4b35459255.tar.gz
Fix variable used to retrieve Boost include files for Windows kit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@831477 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index 88e821ddb4..df2a4ed6e7 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/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})