mirror of
https://github.com/ceph/ceph
synced 2025-03-05 15:58:41 +00:00
cmake: DPDK works w/o CRYPTOPP
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
36aa1b8c94
commit
4231cfbc99
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user