From 403ae0a23b0432d8c5bec30a7bfa46239c455f7f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 10 Feb 2018 07:17:40 -0800 Subject: [PATCH] Add debug postfix for libfmt (#636) --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9104f428..ddbb73e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,8 @@ target_include_directories(fmt PUBLIC $) 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)