From: Kefu Chai Date: Sat, 28 Jul 2018 03:58:27 +0000 (+0800) Subject: cmake: do not link against common_crc_aarch64 X-Git-Tag: v14.0.1~711^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=248b60f709c431d7ae0203022a2ccd5c8cdf858a;p=ceph-ci.git cmake: do not link against common_crc_aarch64 it's included by libcrc32 already Signed-off-by: Kefu Chai --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 06b3c15c37e..c4f33c0fcca 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()