Skip using a debug postfix with visual studio.

The output dir is different anyway, and this just makes it more
complicated to build projects that link to this, because they need
different link rules based on the build type.
This commit is contained in:
Joakim Soderberg 2013-03-06 13:13:51 +01:00
parent 81ce127048
commit 7214a222c7

View File

@ -209,10 +209,6 @@ elseif (HAVE__SNPRINTF)
set (JSON_SNPRINTF _snprintf)
endif ()
if (MSVC)
set (CMAKE_DEBUG_POSTFIX "_d")
endif (MSVC)
# configure the public config file
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/src/jansson_config.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/include/jansson_config.h)