Add missing target property OUTPUT_NAME

This commit is contained in:
Attila Mark 2020-03-18 13:10:36 -07:00
parent 5453e8c84d
commit 4979178ca1

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