diff --git a/source/matplot/CMakeLists.txt b/source/matplot/CMakeLists.txt index a0428acf..eae8b785 100644 --- a/source/matplot/CMakeLists.txt +++ b/source/matplot/CMakeLists.txt @@ -98,7 +98,7 @@ target_include_directories(matplot PUBLIC $ $) -set_target_properties(matplot PROPERTIES VERSION ${PROJECT_VERSION}) +set_target_properties(matplot PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}) # Shared library symbol export include(GenerateExportHeader)