We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8c26b commit 6157372Copy full SHA for 6157372
source/matplot/CMakeLists.txt
@@ -98,7 +98,7 @@ target_include_directories(matplot
98
PUBLIC $<BUILD_INTERFACE:${MATPLOT_ROOT_DIR}/source>
99
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>)
100
101
-set_target_properties(matplot PROPERTIES VERSION ${PROJECT_VERSION})
+set_target_properties(matplot PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
102
103
# Shared library symbol export
104
include(GenerateExportHeader)
0 commit comments