Skip to content

Commit

Permalink
Merge pull request #1581 from Vedingrot/set_proper_soname
Browse files Browse the repository at this point in the history
Set proper library soversion
  • Loading branch information
Framstag committed Jun 22, 2024
2 parents ee1e446 + af18078 commit 5b56c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ProjectConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ macro(osmscout_library_project)
set_target_properties(${_name} PROPERTIES
OUTPUT_NAME "${_output}"
VERSION ${OSMSCOUT_LIBRARY_VERSION}
SOVERSION ${OSMSCOUT_LIBRARY_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR}
FOLDER "${_folder}"
)
if(EXISTS ${_template})
Expand Down

0 comments on commit 5b56c60

Please sign in to comment.