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

Fixes https://github.com/zeromq/cppzmq/issues/361, by incorperating F… #510

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

Cazadorro
Copy link

Fixes #361, by incorperating Ferdnyc's changes in OpenShot/libopenshot, previously cppzmq was not looking for the correct names, and rejected valid static library names when looking for zmq on windows, this fix aims to include those other names.

I've only tested this under zmq from VCPKG with the static target triplet, it would be good for someone to test this against non static target to make sure this doesn't break anything that worked before (I can't test that on my end).

…penshot, previously cppzmq was not looking for the correct names, and rejected valid static library names when looking for zmq on windows, this fix aims to include those other names
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1076079134

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 85.838%

Totals Coverage Status
Change from base Build 1045139778: 0.0%
Covered Lines: 794
Relevant Lines: 925

💛 - Coveralls

@gummif
Copy link
Member

gummif commented Aug 13, 2021

Does this work for static-only libzmq (is that an option even)?

@gummif
Copy link
Member

gummif commented Aug 20, 2021

I will just merge this now, looks like everything works in the CI.

@gummif gummif merged commit 267d300 into zeromq:master Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows MSYS discovery of libzmq breaks due to library names
3 participants