From: Kefu Chai Date: Wed, 13 Dec 2017 06:54:17 +0000 (+0800) Subject: cmake: DPDK works w/o CRYPTOPP X-Git-Tag: wip-pdonnell-testing-20180317.202121~828^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4231cfbc99c7077a43777f7bb571a8a6c3373657;p=ceph-ci.git cmake: DPDK works w/o CRYPTOPP Signed-off-by: Kefu Chai --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 576525db6cc..889b6f9fc7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -373,9 +373,6 @@ endif() option(WITH_DPDK "Enable DPDK messaging" OFF) if(WITH_DPDK) - if(NOT USE_CRYPTOPP) - message(FATAL_ERROR "CRYPTOPP must be supported when enable DPDK.") - endif() find_package(dpdk) set(HAVE_DPDK ${DPDK_FOUND}) if(NOT TARGET dpdk-ext)