-
Notifications
You must be signed in to change notification settings - Fork 7k
[zeromq] Add sodium support and fix static build #4214
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
Conversation
2440af1
to
f8566ee
Compare
Another issue related to a static library: After installing
It is the same issue as #4312. By the way, static build of |
c639043
to
8f66067
Compare
8f66067
to
30821d2
Compare
30821d2
to
76fea31
Compare
Hi @myd7349 Can you tell me what is the status of this PR? |
Hi! @vicroms Since Another problem is about a static build of find_package(ZeroMQ CONFIG REQUIRED)
find_library(libsodium ...)
target_link_libraries(...) I was considering to make a PR for Except that, I am fine with removing the |
Given our incremental philosopjy, I'm OK with merging it as it is, and creating a new PR to fix those two issues in the future. Although, it would be good to first create a new issue to document them and not loose track of them. |
No description provided.