Commit c1571003 authored by Victor Zverovich's avatar Victor Zverovich

Add debug postfix for libfmt (#636)

parent 6822466a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment