Skip to content

Commit

Permalink
Drop SOVERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Sep 27, 2023
1 parent b255fcc commit de6203b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ set_target_properties(${TARGET_LIB} PROPERTIES
MACOSX_FRAMEWORK_SHORT_VERSION_STRING ${PROJECT_VERSION}
OUTPUT_NAME "${PROJECT_NAME}"
PUBLIC_HEADER "${LIB_PUBLIC_HEADER}"
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
VERSION ${PROJECT_VERSION}
VISIBILITY_INLINES_HIDDEN 1
)
Expand Down

0 comments on commit de6203b

Please sign in to comment.