Commit b90a325e authored by Evan Klitzke's avatar Evan Klitzke

properly export the .so minor version

parent 3ae911f3
...@@ -34,7 +34,7 @@ version_numbers ( ...@@ -34,7 +34,7 @@ version_numbers (
PACKAGE_VERSION_PATCH PACKAGE_VERSION_PATCH
) )
set (PACKAGE_SOVERSION "${PACKAGE_VERSION_MAJOR}") set (PACKAGE_SOVERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}")
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# options # options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment