You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ option(PYZMQ_LIBZMQ_RPATH "Add $ZMQ_PREFIX/lib to $RPATH (true by default). Set
23
23
# anything new should start with PYZMQ_
24
24
option(PYZMQ_LIBZMQ_NO_BUNDLE "Prohibit building bundled libzmq. Useful for repackaging, to allow default search for libzmq and requiring it to succeed."OFF)
25
25
set(PYZMQ_LIBZMQ_VERSION "4.3.5"CACHESTRING"libzmq version when bundling")
26
-
set(PYZMQ_LIBSODIUM_VERSION "1.0.19"CACHESTRING"libsodium version when bundling")
26
+
set(PYZMQ_LIBSODIUM_VERSION "1.0.20"CACHESTRING"libsodium version when bundling")
27
27
set(PYZMQ_LIBZMQ_URL ""CACHESTRING"full URL to download bundled libzmq")
28
28
set(PYZMQ_LIBSODIUM_URL ""CACHESTRING"full URL to download bundled libsodium")
29
29
set(PYZMQ_LIBSODIUM_CONFIGURE_ARGS ""CACHESTRING"semicolon-separated list of arguments to pass to ./configure for bundled libsodium")
0 commit comments