Skip to content

Commit

Permalink
build bundled libzmq on windows with API_POLLER=select
Browse files Browse the repository at this point in the history
one reported crash in ZMQ_POLL_BASED_ON_POLL
  • Loading branch information
minrk committed Feb 21, 2024
1 parent 2e10ff8 commit ccc5f18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ if (ZMQ_PREFIX STREQUAL "bundled")
set(BUILD_TESTS OFF)
set(BUILD_SHARED OFF)
set(BUILD_STATIC ON)
if(MSVC)
set(API_POLLER "select" CACHE STRING "Set API Poller (default: select)")
endif()

FetchContent_Declare(bundled_libzmq
URL ${PYZMQ_LIBZMQ_URL}
Expand Down

0 comments on commit ccc5f18

Please sign in to comment.