Skip to content

Commit

Permalink
Make SONAME less volatile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shachar Shemesh committed Apr 7, 2021
1 parent 61f3f6e commit b45795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SET_TARGET_PROPERTIES(${G3LOG_LIBRARY} PROPERTIES
LINKER_LANGUAGE CXX
OUTPUT_NAME g3log
CLEAN_DIRECT_OUTPUT 1
SOVERSION ${VERSION}
SOVERSION ${MAJOR_VERSION}
)

IF(APPLE)
Expand Down

0 comments on commit b45795e

Please sign in to comment.