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

Fix CMake configuration issue with MSVC 2015. #63

Merged
merged 1 commit into from Sep 8, 2015

Conversation

a-martynovich
Copy link
Contributor

Check for actual functions in ws2_32, ws2, rpcrt4, iphlpapi instead of printf.
MSVC 2015 has C runtime globally refactored. Looks like these libraries don't explicitly require msvcrt anymore, which contained printf.

Check for actual functions in ws2_32, ws2, rpcrt4, iphlpapi instead of printf.
@hintjens
Copy link
Member

hintjens commented Sep 8, 2015

Travis failed, I don't think it's caused by this patch.

hintjens added a commit that referenced this pull request Sep 8, 2015
Fix CMake configuration issue with MSVC 2015.
@hintjens hintjens merged commit 759790c into zeromq:master Sep 8, 2015
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.

None yet

2 participants