We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7bdd0 commit 26eb794Copy full SHA for 26eb794
CMakeLists.txt
@@ -58,7 +58,7 @@ option(ENABLE_TSAN "Enable clang thread sanitizer" OFF)
58
option(ENABLE_ASAN "Enable clang address sanitizer" OFF)
59
option(ENABLE_GCOV "Enable code coverage" OFF)
60
option(ENABLE_UHD "Enable UHD" ON)
61
-option(ENABLE_ZEROMQ "Enable ZeroMQ" ON)
+option(ENABLE_ZEROMQ "Enable ZeroMQ" OFF)
62
option(ENABLE_FFTW "Enable FFTW" ON)
63
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
64
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)
0 commit comments