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

visual studio 2015 found? #131

Open
faiver opened this issue Aug 31, 2015 · 3 comments
Open

visual studio 2015 found? #131

faiver opened this issue Aug 31, 2015 · 3 comments

Comments

@faiver
Copy link

faiver commented Aug 31, 2015

CMake Error at cmake/macros/FindZMQ.cmake:80 (message):
Could not find ZMQ libraries/headers! Please install ZMQ with libraries and
headers
Call Stack (most recent call first):
src/server/ipc/CMakeLists.txt:11 (find_package)

@xaqq
Copy link
Member

xaqq commented Sep 1, 2015

Hello,
Sorry I rarely develop on Windows I won't be able to help you. Apparently the CMake script isn't able to find libzmq. Are you sure libzmq is installed?

@dfct
Copy link

dfct commented Mar 17, 2016

For anyone that stumbles across this in the future, I successfully generated build files for VS2015 by setting a directory for ZEROMQ_LIB_DIR && ZEROMQ_INCLUDE_DIR in the CMakeLists.txt file. The LIB_DIR should include zmq.lib & zmq_static.lib. The INCLUDE_DIR should include zmq.h.

@sunkin351
Copy link
Contributor

I used the CMake gui for windows, i was able to manually edit the configuration before generating the build projects. Hope this helps.

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

4 participants