Skip to content

Commit

Permalink
Buildsystem/CMake: Fixed FindZMQ macro on x86 Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Oct 18, 2014
1 parent 55e7879 commit 1d1b326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/macros/FindZMQ.cmake
Expand Up @@ -24,7 +24,7 @@ find_path(ZMQ_ROOT_DIR
NAMES
include/zmq.h
HINTS
"${ZMQ_REGISTRY_PATH}"
${ZMQ_REGISTRY_PATH}
PATHS
/usr
/usr/local
Expand Down

0 comments on commit 1d1b326

Please sign in to comment.