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~705^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=13b870cc0b6282a647bece88f061791ce73046f9;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 292b0d9404b..002de03aed3 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()