Skip to content

Commit 6b61684

Browse files
alvasMancodebot
authored andcommitted
cmake: enable plugin loading by default
1 parent f0e5fde commit 6b61684

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
@@ -67,7 +67,7 @@ option(ENABLE_DPDK "Enable DPDK" OFF)
6767
option(ENABLE_LIBNUMA "Enable LibNUMA" OFF)
6868
option(ENABLE_EXPORT "Enable PIC and export libraries" OFF)
6969
option(ENABLE_TRX_DRIVER "Enable Amarisoft TRX driver library" OFF)
70-
option(ENABLE_PLUGINS "Compile plugins in the plugin folder" OFF)
70+
option(ENABLE_PLUGINS "Compile plugins in the plugin folder" ON)
7171
option(BUILD_TESTS "Compile tests" ON)
7272
option(ENABLE_GPROF "Enable gprof" OFF)
7373
option(USE_PHY_TESTVECTORS "Enable testvector PHY tests" ON)

0 commit comments

Comments
 (0)