Skip to content

Commit

Permalink
Make FMT_DEBUG_POSTFIX a cache variable (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Mar 4, 2020
1 parent 197a5c3 commit 0c6919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ target_include_directories(fmt PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)

set(FMT_DEBUG_POSTFIX d)
set(FMT_DEBUG_POSTFIX d CACHE STRING "Debug library postfix.")

set_target_properties(fmt PROPERTIES
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}
Expand Down

0 comments on commit 0c6919e

Please sign in to comment.