mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Add back missing OUTPUT_NAME in target properties. (#1598)
This commit is contained in:
parent
3cf619de55
commit
5d32ccfc31
@ -198,6 +198,7 @@ target_include_directories(fmt PUBLIC
|
||||
set(FMT_DEBUG_POSTFIX d CACHE STRING "Debug library postfix.")
|
||||
|
||||
set_target_properties(fmt PROPERTIES
|
||||
OUTPUT_NAME "fmt"
|
||||
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}
|
||||
DEBUG_POSTFIX "${FMT_DEBUG_POSTFIX}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user