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 and windows #2505

Closed
diorcety opened this issue Apr 5, 2017 · 2 comments
Closed

cmake and windows #2505

diorcety opened this issue Apr 5, 2017 · 2 comments

Comments

@diorcety
Copy link

diorcety commented Apr 5, 2017

There is a bug with cmake and library on Windows if you do a OUTPUT_NAME with the same name that the target the output will have liblib. in this case liblibzmq.dll.a and liblibzmq.dll .
Changing the libzmq target by libzmq-shared (as libzmq-static) will solve the issue.
(tested on msys2)

@bluca
Copy link
Member

bluca commented Apr 5, 2017

could you please send a PR to fix it?

@bluca
Copy link
Member

bluca commented Mar 24, 2018

Fixed by #2527

@bluca bluca closed this as completed Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants