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

Minor fixes for windows cmake build #2946

Merged
merged 3 commits into from Feb 14, 2018
Merged

Minor fixes for windows cmake build #2946

merged 3 commits into from Feb 14, 2018

Conversation

hartcw
Copy link

@hartcw hartcw commented Feb 14, 2018

I have a few local commits that I use to fix the cmake build on windows.
Please consider them for upstreaming.

This updates the cmake set_target_properperties usage, so that the suffix
is specified for the MinSizeRel build type.
This adds a new cmake build option called BUILD_TESTS, that can be used
to enable/disable building of the tests. This is enabled by default.
This fixes an error with the cmake install configuration, which
attempted an invalid copy of a .pdb file on windows, when the
BUILD_SHARED option is disabled.
@bluca bluca merged commit 2700c15 into zeromq:master Feb 14, 2018
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