Skip to content

Commit

Permalink
Fixing SOVERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jmklix authored Dec 13, 2023
1 parent f181339 commit c7c74e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC


set_target_properties(${PROJECT_NAME} PROPERTIES VERSION 1.0.0)
set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION 1)

aws_use_package(aws-c-io)
aws_use_package(aws-c-common)
Expand Down

0 comments on commit c7c74e0

Please sign in to comment.