diff options
author | Andrew Stitcher <astitcher@apache.org> | 2013-10-28 12:39:59 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2013-10-28 12:39:59 +0000 |
commit | 1a3440711f5b9ec06ed3d81ee4ff906f92476e83 (patch) | |
tree | 2b3c9b5e0c97c7c3ab87628efa17ce9b182a152f /qpid/cpp/BuildInstallSettings.cmake | |
parent | 265821ba0b9ea2eb77ceb9158ceb83fffe12bc8f (diff) | |
download | qpid-python-1a3440711f5b9ec06ed3d81ee4ff906f92476e83.tar.gz |
QPID-5261: Install DLLs and import Libs to more usual places for a windows SDK
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536330 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/BuildInstallSettings.cmake')
-rw-r--r-- | qpid/cpp/BuildInstallSettings.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/BuildInstallSettings.cmake b/qpid/cpp/BuildInstallSettings.cmake index a8bf3a03c9..eaa65f78ef 100644 --- a/qpid/cpp/BuildInstallSettings.cmake +++ b/qpid/cpp/BuildInstallSettings.cmake @@ -99,7 +99,7 @@ if (WIN32) "Directory to install documentation") set (QPID_INSTALL_INCLUDEDIR include CACHE STRING "Directory to install programming header files") - set (QPID_INSTALL_LIBDIR bin CACHE STRING + set (QPID_INSTALL_LIBDIR lib CACHE STRING "Directory to install library files") set (QPID_INSTALL_MANDIR docs CACHE STRING "Directory to install manual files") |