File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ option(ENABLE_TSAN "Enable clang thread sanitizer" OFF)
5858option (ENABLE_ASAN "Enable clang address sanitizer" OFF )
5959option (ENABLE_GCOV "Enable code coverage" OFF )
6060option (ENABLE_UHD "Enable UHD" ON )
61- option (ENABLE_ZEROMQ "Enable ZeroMQ" OFF )
61+ option (ENABLE_ZEROMQ "Enable ZeroMQ" ON )
6262option (ENABLE_FFTW "Enable FFTW" ON )
6363option (ENABLE_EXPORT "Enable PIC and export libraries" OFF )
6464option (AUTO_DETECT_ISA "Enable automatic ISA detection" ON )
@@ -194,7 +194,7 @@ find_package(Threads REQUIRED)
194194
195195# UHD
196196if (ENABLE_UHD)
197- find_package (UHD REQUIRED )
197+ find_package (UHD)
198198 if (UHD_FOUND)
199199 include_directories (${UHD_INCLUDE_DIRS} )
200200 link_directories (${UHD_LIBRARY_DIRS} )
You can’t perform that action at this time.
0 commit comments