Add back missing OUTPUT_NAME in target properties. (#1598)

This commit is contained in:
Attila M. Szilagyi 2020-03-19 07:01:51 -07:00 committed by GitHub
parent 3cf619de55
commit 5d32ccfc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}")