Skip to content

Commit 26eb794

Browse files
asaezperandrepuschmann
authored andcommitted
build: disable zmq by default
1 parent ca7bdd0 commit 26eb794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ option(ENABLE_TSAN "Enable clang thread sanitizer" OFF)
5858
option(ENABLE_ASAN "Enable clang address sanitizer" OFF)
5959
option(ENABLE_GCOV "Enable code coverage" OFF)
6060
option(ENABLE_UHD "Enable UHD" ON)
61-
option(ENABLE_ZEROMQ "Enable ZeroMQ" ON)
61+
option(ENABLE_ZEROMQ "Enable ZeroMQ" OFF)
6262
option(ENABLE_FFTW "Enable FFTW" ON)
6363
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
6464
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)

0 commit comments

Comments
 (0)