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

ZMQ_HAVE_CURVE should be defined in MSVC build import.props files #138

Open
Allidylls opened this issue Aug 19, 2016 · 0 comments
Open

ZMQ_HAVE_CURVE should be defined in MSVC build import.props files #138

Allidylls opened this issue Aug 19, 2016 · 0 comments

Comments

@Allidylls
Copy link

The definitions ZMQ_HAVE_CURVE and ZMQ_USE_LIBSODIUM are used in source codes, but in MSVC build import.props files, there is just a HAVE_LIBSODIUM preprocessor definition which is not used actually. So, in all MSVC import.props files, HAVE_LIBSODIUM should be replaced with ZMQ_USE_LIBSODIUM, and ZMQ_HAVE_CURVE should be added.

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

No branches or pull requests

1 participant