Skip to content

Commit

Permalink
Merge pull request #2025 from minrk/close-randombytes
Browse files Browse the repository at this point in the history
restore randombytes_close fix for bundled libzmq
  • Loading branch information
minrk authored Aug 22, 2024
2 parents 4e672df + ab0d54f commit b5e3d5c
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 @@ -285,6 +285,7 @@ if (ZMQ_PREFIX STREQUAL "bundled")
# use libzmq's own cmake, so we can import the libzmq-static target
set(ENABLE_CURVE ON)
set(ENABLE_DRAFTS ${ZMQ_DRAFT_API})
set(ENABLE_LIBSODIUM_RANDOMBYTES_CLOSE "OFF")
set(WITH_LIBSODIUM ON)
set(WITH_LIBSODIUM_STATIC ON)
set(LIBZMQ_PEDANTIC OFF)
Expand Down

0 comments on commit b5e3d5c

Please sign in to comment.