]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: DPDK works w/o CRYPTOPP
authorKefu Chai <kchai@redhat.com>
Wed, 13 Dec 2017 06:54:17 +0000 (14:54 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 13 Dec 2017 06:54:17 +0000 (14:54 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
CMakeLists.txt

index 576525db6cc971ef0fab6775f195e80c89b68027..889b6f9fc7d20decc1530548108bb7c91268514e 100644 (file)
@@ -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)