commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 08/46: Fix ZeroMQ cmake module.


From: git
Subject: [Commit-gnuradio] [gnuradio] 08/46: Fix ZeroMQ cmake module.
Date: Fri, 16 May 2014 19:37:13 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit b7c88ab1f4d2246080523b57c0d7c408c1b23bee
Author: Johannes Schmitz <address@hidden>
Date:   Mon Jan 20 19:05:41 2014 +0100

    Fix ZeroMQ cmake module.
---
 cmake/Modules/FindZeroMQ.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Modules/FindZeroMQ.cmake b/cmake/Modules/FindZeroMQ.cmake
index 0cd5b00..c1155c4 100644
--- a/cmake/Modules/FindZeroMQ.cmake
+++ b/cmake/Modules/FindZeroMQ.cmake
@@ -11,7 +11,7 @@ FIND_PATH(ZEROMQ_INCLUDE_DIRS
 )
 
 FIND_LIBRARY(ZEROMQ_LIBRARIES
-    NAMES zmq
+    NAMES zmq libzmq
     HINTS ${PC_ZEROMQ_LIBDIR}
     ${CMAKE_INSTALL_PREFIX}/lib
     ${CMAKE_INSTALL_PREFIX}/lib64



reply via email to

[Prev in Thread] Current Thread [Next in Thread]