Author: chug
Date: Mon Aug 19 19:01:10 2013
New Revision: 1515559

URL: http://svn.apache.org/r1515559
Log:
PROTON-408: [proton-c] Windows build does not put "d" suffix on debug file names

Modified:
    qpid/proton/trunk/proton-c/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1515559&r1=1515558&r2=1515559&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Mon Aug 19 19:01:10 2013
@@ -211,6 +211,10 @@ if (CMAKE_COMPILER_IS_GNUCC)
   endif (ENABLE_UNDEFINED_ERROR)
 endif (CMAKE_COMPILER_IS_GNUCC)
 
+if (MSVC)
+       set(CMAKE_DEBUG_POSTFIX "d")
+endif (MSVC)
+
 find_package(SWIG)
 if (SWIG_FOUND)
   add_subdirectory(bindings)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to