Author: rleigh
Date: Thu Jun 22 12:19:41 2017
New Revision: 1799570

URL: http://svn.apache.org/viewvc?rev=1799570&view=rev
Log:
cmake: Set library debug postfix

Modified:
    xerces/c/trunk/src/CMakeLists.txt

Modified: xerces/c/trunk/src/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/CMakeLists.txt?rev=1799570&r1=1799569&r2=1799570&view=diff
==============================================================================
--- xerces/c/trunk/src/CMakeLists.txt (original)
+++ xerces/c/trunk/src/CMakeLists.txt Thu Jun 22 12:19:41 2017
@@ -1263,6 +1263,7 @@ if(MSVC)
   # compatibility with the existing project files.
   set_target_properties(xerces-c PROPERTIES OUTPUT_NAME 
"xerces-c_${LIB_INTERFACE_VER_U_MAJOR}")
   set_target_properties(xerces-c PROPERTIES RUNTIME_OUTPUT_NAME 
"xerces-c_${LIB_INTERFACE_VER_U}")
+  set_target_properties(xerces-c PROPERTIES DEBUG_POSTFIX "D")
 elseif(UNIX)
   # For strict libtool compatibility on Unix.  It's a horrible hack to
   # set the version in the filename, and create the symlink at install



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

Reply via email to