Add debug postfix for libfmt (#636)

This commit is contained in:
Victor Zverovich 2018-02-10 07:17:40 -08:00
parent 5096c0fe97
commit 403ae0a23b

View File

@ -117,7 +117,8 @@ target_include_directories(fmt PUBLIC
$<INSTALL_INTERFACE:include>)
set_target_properties(fmt PROPERTIES
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR})
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}
DEBUG_POSTFIX d)
if (BUILD_SHARED_LIBS)
if (UNIX AND NOT APPLE)