From c888277d17493bb6f32c2e66abd7ad4b35459255 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Fri, 30 Oct 2009 22:35:42 +0000 Subject: 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 --- qpid/cpp/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') 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}) -- cgit v1.2.1