Turn off TLS when building with Jupyter support

pull/40/head
A. R. Shajii 2022-07-27 09:15:14 -04:00
parent 54e66f377a
commit 7f7810eb95
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ if(CODON_JUPYTER)
"ZMQ_BUILD_TESTS OFF"
"ENABLE_CPACK OFF"
"BUILD_SHARED ON"
"WITH_LIBSODIUM OFF")
"WITH_LIBSODIUM OFF"
"WITH_TLS OFF")
CPMAddPackage(
NAME cppzmq
URL https://github.com/zeromq/cppzmq/archive/refs/tags/v4.8.1.tar.gz