Add debug postfix for libfmt (#636)

This commit is contained in:
Victor Zverovich 2018-01-20 06:47:12 -08:00
parent 6822466aa3
commit c15710032e

View File

@ -24,6 +24,7 @@ target_include_directories(fmt PUBLIC
set_target_properties(fmt PROPERTIES
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR})
set_target_properties(fmt PROPERTIES DEBUG_POSTFIX d)
if (BUILD_SHARED_LIBS)
if (UNIX AND NOT APPLE)