-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libfb303_thrift_cpp.so.1.0.0 doesn't have a SONAME #7
Comments
Would you submit a PR? |
So this is intentional - since fb303's API is not stable, leaving the SONAME unset means CMake uses the same value for version and soname. Packagers building shared libraries should make sure to always bump the version. I'm open to better ideas, or maybe we should just document this better. |
You don't set SONAME at all. You should add the corresponding argument to the link command. |
see https://cmake.org/cmake/help/latest/prop_tgt/VERSION.html
Oh, wait, you mean SONAME, not SOVERSION. Where would you suggest it should be set? libfb303_thrift_cpp is eventually generated by this ( fb303/build/fbcode_builder/CMake/FBThriftCppLibrary.cmake Lines 129 to 139 in 9cf1b57
|
Closing due to age. |
rev. 94cac88
The text was updated successfully, but these errors were encountered: