From 13b870cc0b6282a647bece88f061791ce73046f9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 28 Jul 2018 11:58:27 +0800 Subject: [PATCH] cmake: do not link against common_crc_aarch64 it's included by libcrc32 already Signed-off-by: Kefu Chai --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 292b0d9404b3..002de03aed36 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -397,10 +397,6 @@ if(HAVE_QATZIP) list(APPEND ceph_common_deps ${QATZIP_LIBRARIES}) endif() -if(HAVE_ARMV8_CRC) - list(APPEND ceph_common_deps common_crc_aarch64) -endif() - if(WITH_DPDK) list(APPEND ceph_common_deps common_async_dpdk) endif() -- 2.47.3