mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
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:
parent
81ce127048
commit
7214a222c7
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue