Skip to content

Commit

Permalink
Merge pull request #10754 from SUSE/wip-cmake-fix-rgw-soversion
Browse files Browse the repository at this point in the history
cmake: Fix mismatched librgw VERSION / SOVERSION

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Aug 17, 2016
2 parents 80d914f + c8885d4 commit aaacd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/CMakeLists.txt
Expand Up @@ -169,5 +169,5 @@ target_link_libraries(rgw LINK_PRIVATE
${CURL_LIBRARIES}
${EXPAT_LIBRARIES})
set_target_properties(rgw PROPERTIES OUTPUT_NAME rgw VERSION 2.0.0
SOVERSION 1)
SOVERSION 2)
install(TARGETS rgw DESTINATION ${CMAKE_INSTALL_LIBDIR})

0 comments on commit aaacd3e

Please sign in to comment.