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 0331dcc commit 85abf69Copy full SHA for 85abf69
CMakeLists.txt
@@ -62,7 +62,7 @@ option(ENABLE_GCOV "Enable code coverage" OFF)
62
option(ENABLE_UHD "Enable UHD" ON)
63
option(ENABLE_ZEROMQ "Enable ZeroMQ" OFF)
64
option(ENABLE_FFTW "Enable FFTW" ON)
65
-option(ENABLE_DPDK "Enable DPDK" ON)
+option(ENABLE_DPDK "Enable DPDK" OFF)
66
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
67
option(ENABLE_TRX_DRIVER "Enable Amarisoft TRX driver library" OFF)
68
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)
0 commit comments