Add debug postfix for libfmt (#636)
This commit is contained in:
parent
6822466aa3
commit
c15710032e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user