aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-10-18 14:57:49 +0200
committerShauren <shauren.trinity@gmail.com>2014-10-18 14:57:49 +0200
commit1d1b3269c155c3aede43ffe25660e3d655cc3f99 (patch)
tree91157e0b901f99bdc789d8a754b5d7209228922e
parent55e7879aecbf903a9bdf9a01a3ce83c6f2a9bafc (diff)
Buildsystem/CMake: Fixed FindZMQ macro on x86 Windows
-rw-r--r--cmake/macros/FindZMQ.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/FindZMQ.cmake b/cmake/macros/FindZMQ.cmake
index 6686431b8b7..b0d7c56489f 100644
--- a/cmake/macros/FindZMQ.cmake
+++ b/cmake/macros/FindZMQ.cmake
@@ -24,7 +24,7 @@ find_path(ZMQ_ROOT_DIR
NAMES
include/zmq.h
HINTS
- "${ZMQ_REGISTRY_PATH}"
+ ${ZMQ_REGISTRY_PATH}
PATHS
/usr
/usr/local