summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-10-28 12:40:02 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-10-28 12:40:02 +0000
commitb3f03b13b0ccb9ace30118d2aeb5e9fcbddfdd03 (patch)
treea52abfb0f9b30df671ff9b72215cef55cc2b994d /qpid/cpp
parent1a3440711f5b9ec06ed3d81ee4ff906f92476e83 (diff)
downloadqpid-python-b3f03b13b0ccb9ace30118d2aeb5e9fcbddfdd03.tar.gz
QPID-5262: Install debug versions of MS runtime DLLs
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 2dfc3c9b14..ad9d17aeaa 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/cpp/CMakeLists.txt
@@ -50,6 +50,7 @@ endif (MSVC)
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
if (WIN32)
# Include installing the MSVCRT library
+ set (CMAKE_INSTALL_DEBUG_LIBRARIES ON)
include(InstallRequiredSystemLibraries)
set (CPACK_GENERATOR "NSIS")
set (CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}/packaging/NSIS\\\\qpid-icon.ico")