-
Notifications
You must be signed in to change notification settings - Fork 644
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
Add versioning support and update CMake configuration #3933
base: main
Are you sure you want to change the base?
Conversation
47f18d0
to
c38af70
Compare
@jirutka Please inform me if platforms other than Linux require the SONAME feature. |
The same applies to all Unix and Unix-like systems, so also BSDs and macOS. |
maybe you can do it for all platforms and let cmake do whatever appropriate? |
build-tested for macOS. master:
with this PR:
iirc, on macOS, a dylib can be loaded if
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks reasonable to me
* version.h.in is a template file. version.h is a generated file. | ||
* Please do not edit both files directly. | ||
* | ||
* Any changes to the version should be done in the version.cmake file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you document the procedure?
eg. 1. update version.cmake, 2. run something (what?) to regen this file, 3. commit this generated file as well.
bd64d74
to
db69420
Compare
No description provided.