Skip to content
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

cmake: allow SOVERSION override with CURL_LIBCURL_SOVERSION #13944

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jun 13, 2024

Allow overriding SOVERSION with the new CMake option:
CURL_LIBCURL_SOVERSION=ON/OFF.

For certain target platforms the shared libcurl library filename
contains the SOVERSION. This new option allows to enable/disable
this behavior manually. If set, it takes precedence over the
default setting.

Ref: #13898
Closes #13944

Verified

This commit was signed with the committer’s verified signature.
vszakats Viktor Szakats
Allow overriding SOVERSION with the new CMake option:
`CURL_LIBCURL_SOVERSION=ON/OFF`.

For certain target platforms the shared libcurl library filename
contains the SOVERSION. This new option allows to enable/disable
this behavior manually. If set, it takes precedence over the
default setting.

Closes #xxxxx
@vszakats vszakats added the cmake label Jun 13, 2024
@github-actions github-actions bot added the build label Jun 13, 2024
@vszakats vszakats closed this in bd2d5db Jun 13, 2024
@vszakats vszakats deleted the cmake-soversion-override branch June 13, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant