Skip to content

Commit

Permalink
Fix FindZMQ.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
AvalonService committed Nov 28, 2023
1 parent 817ac49 commit 77838f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/FindZMQ.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else (ZMQ_INCLUDE_DIR AND ZMQ_LIBRARIES)
)

find_library(ZMQ_LIBRARIES
NAMES libzmq3
NAMES zmq
PATHS
${_obLinkDir}
${GNUWIN32_DIR}/lib
Expand Down

0 comments on commit 77838f0

Please sign in to comment.