You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2013/10/28 13:40:02 UTC

svn commit: r1536331 - /qpid/trunk/qpid/cpp/CMakeLists.txt

Author: astitcher
Date: Mon Oct 28 12:40:02 2013
New Revision: 1536331

URL: http://svn.apache.org/r1536331
Log:
QPID-5262: Install debug versions of MS runtime DLLs

Modified:
    qpid/trunk/qpid/cpp/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=1536331&r1=1536330&r2=1536331&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Mon Oct 28 12:40:02 2013
@@ -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")



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org