build: Use kebab-case library names in install tree

This commit is contained in:
Dennis Klein
2022-03-24 16:13:04 +01:00
parent 3590a079b8
commit 7e8e1db2e6
2 changed files with 2 additions and 2 deletions

View File

@@ -234,6 +234,7 @@ if(BUILD_FAIRMQ)
set_target_properties(${target} PROPERTIES
VERSION ${PROJECT_VERSION}
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
OUTPUT_NAME ${PROJECT_NAME_LOWER}
)
if(BUILD_TIDY_TOOL AND RUN_FAIRMQ_TIDY)
fairmq_target_tidy(TARGET ${target})