From 505d8b37f82943111c1fdad125fd89fa186d8994 Mon Sep 17 00:00:00 2001 From: Joseph Klix Date: Wed, 13 Dec 2023 11:43:27 -0800 Subject: [PATCH] Fixing SOVERSION --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cf96f5..034012a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,7 @@ aws_add_sanitizers(${PROJECT_NAME}) # We are not ABI stable yet set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0) +set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION 1) target_include_directories(${PROJECT_NAME} PUBLIC $