Reflect dev version in the installed artifacts

This commit is contained in:
Dennis Klein
2018-08-03 16:37:09 +02:00
committed by Dennis Klein
parent c8bd19b7a1
commit ff701006fd
2 changed files with 3 additions and 3 deletions

View File

@@ -251,8 +251,8 @@ target_link_libraries(${_target}
${NANOMSG_DEPS}
${OFI_DEPS}
)
set_target_properties(FairMQ PROPERTIES
VERSION ${PROJECT_VERSION}
set_target_properties(${_target} PROPERTIES
VERSION ${PROJECT_GIT_VERSION}
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
)