Skip to content

Commit

Permalink
try building with ipc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 23, 2024
1 parent 3007a5d commit 12f57dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ endif()
if (PYZMQ_LIBZMQ_VERSION AND NOT PYZMQ_LIBZMQ_URL)
set(PYZMQ_LIBZMQ_URL "https://github.com/zeromq/libzmq/releases/download/v${PYZMQ_LIBZMQ_VERSION}/zeromq-${PYZMQ_LIBZMQ_VERSION}.tar.gz")
endif()
set(PYZMQ_LIBZMQ_URL "https://github.com/minrk/libzmq/archive/ipc-can-fail.tar.gz")

#------- bundle libzmq ------

Expand Down

0 comments on commit 12f57dc

Please sign in to comment.