Skip to content

Commit 85abf69

Browse files
falucoqarlosalberto
authored andcommitted
Disable DPDK by default
1 parent 0331dcc commit 85abf69

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
@@ -62,7 +62,7 @@ option(ENABLE_GCOV "Enable code coverage" OFF)
6262
option(ENABLE_UHD "Enable UHD" ON)
6363
option(ENABLE_ZEROMQ "Enable ZeroMQ" OFF)
6464
option(ENABLE_FFTW "Enable FFTW" ON)
65-
option(ENABLE_DPDK "Enable DPDK" ON)
65+
option(ENABLE_DPDK "Enable DPDK" OFF)
6666
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
6767
option(ENABLE_TRX_DRIVER "Enable Amarisoft TRX driver library" OFF)
6868
option(AUTO_DETECT_ISA "Enable automatic ISA detection" ON)

0 commit comments

Comments
 (0)