Skip to content

cmake: make system libraries dl, m, pthread customizable #15892

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

Closed
wants to merge 5 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jan 1, 2025

via DL_LIBRARY, MATH_LIBRARY, PTHREAD_LIBRARY variables.

They are used in Rustls, wolfSSL Find modules.

Also:

  • always use NAMES keyword in find_library() calls.
  • respect find_library() results for dl, m, pthread.
  • formatting.

@vszakats vszakats closed this in 27b9e76 Jan 2, 2025
@vszakats vszakats deleted the cm-find-misc-libs branch January 2, 2025 11:57
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
via `DL_LIBRARY`, `MATH_LIBRARY`, `PTHREAD_LIBRARY` variables.

They are used in Rustls, wolfSSL Find modules.

Also:
- always use `NAMES` keyword in `find_library()` calls.
- respect `find_library()` results for `dl`, `m`, `pthread`.
- formatting.

Closes curl#15892
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.

1 participant