From fca49ae4cfe8dbf0ae1535d4b15c78bb3ff16255 Mon Sep 17 00:00:00 2001 From: Ben Westover Date: Mon, 30 Jun 2025 20:58:38 -0400 Subject: [PATCH] Change SOVERSION from full version to major version --- library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index cc94d030cd..81e99a5cc2 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -264,7 +264,7 @@ foreach (fullmodname ${subdirlist}) set_target_properties(${modname} PROPERTIES VERSION ${CMAKE_PROJECT_VERSION} - SOVERSION ${CMAKE_PROJECT_VERSION} + SOVERSION ${DPP_VERSION_MAJOR} POSITION_INDEPENDENT_CODE true ) target_include_directories(${modname} PUBLIC