From 248b60f709c431d7ae0203022a2ccd5c8cdf858a 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 06b3c15c37e75..c4f33c0fcca0d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -435,10 +435,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.39.5