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: don't try to link with librt on MinGW #3546

Merged
merged 2 commits into from
Jun 15, 2019
Merged

CMake: don't try to link with librt on MinGW #3546

merged 2 commits into from
Jun 15, 2019

Conversation

skicc
Copy link
Contributor

@skicc skicc commented Jun 15, 2019

On MinGW, librt might be found as rt library in MSYS (not MinGW), but this fails linking with "cannot find -lrt" error.
As librt is not avaiable on native Windows, we should never try to link with -lrt on MinGW (which is native Windows).

On MinGW, librt will might will found as rt library in MSYS, but fails linking with "cannot find -lrt" error.
As librt is not avaiable on native Windows, we should never try to link with -lrt on MinGW (which is native Windows).
@bluca bluca merged commit b17e854 into zeromq:master Jun 15, 2019
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.

2 participants