Unverified Commit 5d32ccfc authored by Attila M. Szilagyi's avatar Attila M. Szilagyi Committed by GitHub

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

parent 3cf619de
...@@ -198,6 +198,7 @@ target_include_directories(fmt PUBLIC ...@@ -198,6 +198,7 @@ target_include_directories(fmt PUBLIC
set(FMT_DEBUG_POSTFIX d CACHE STRING "Debug library postfix.") set(FMT_DEBUG_POSTFIX d CACHE STRING "Debug library postfix.")
set_target_properties(fmt PROPERTIES set_target_properties(fmt PROPERTIES
OUTPUT_NAME "fmt"
VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR} VERSION ${FMT_VERSION} SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR}
DEBUG_POSTFIX "${FMT_DEBUG_POSTFIX}") DEBUG_POSTFIX "${FMT_DEBUG_POSTFIX}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment