Skip to content

Instantly share code, notes, and snippets.

@tchaikov
Created October 23, 2019 05:46
Show Gist options
  • Save tchaikov/19c69e1d2a150199c7db1ce345c12cb6 to your computer and use it in GitHub Desktop.
Save tchaikov/19c69e1d2a150199c7db1ce345c12cb6 to your computer and use it in GitHub Desktop.
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3b1295cd0c..993ef009c3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -305,6 +305,7 @@ if(WITH_SEASTAR)
endmacro ()
set(Seastar_HWLOC OFF CACHE BOOL "" FORCE)
set(Seastar_STD_OPTIONAL_VARIANT_STRINGVIEW ON CACHE BOOL "" FORCE)
+ set(Seastar_DPDK ON CACHE BOOL "" FORCE)
set(Seastar_CXX_FLAGS "-Wno-error;-Wno-sign-compare;-Wno-attributes;-Wno-pessimizing-move;-Wno-address-of-packed-member" CACHE STRING "" FORCE)
add_subdirectory(seastar)
# create the directory so cmake won't complain when looking at the imported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment