Skip to content

Commit ca7bdd0

Browse files
asaezperandrepuschmann
authored andcommitted
Revert "build: make UHD a required default dependency"
This reverts commit 0313968.
1 parent 0523be6 commit ca7bdd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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" OFF)
61+
option(ENABLE_ZEROMQ "Enable ZeroMQ" ON)
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)
@@ -194,7 +194,7 @@ find_package(Threads REQUIRED)
194194

195195
# UHD
196196
if (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})

0 commit comments

Comments
 (0)