Skip to content
Snippets Groups Projects
Commit eb744d99db4e authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

cmake: Set SOVERSION

parent 2c2be59f082a
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@
POSITION_INDEPENDENT_CODE ON
PREFIX lib
VERSION ${PROJECT_VERSION}
SOVERSION ${LIBXSLT_MAJOR_VERSION}
)
if(MSVC)
......@@ -314,6 +315,7 @@
POSITION_INDEPENDENT_CODE ON
PREFIX lib
VERSION ${LIBEXSLT_VERSION}
SOVERSION ${LIBEXSLT_MAJOR_VERSION}
)
if(MSVC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment