]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not link against common_crc_aarch64 23366/head
authorKefu Chai <kchai@redhat.com>
Sat, 28 Jul 2018 03:58:27 +0000 (11:58 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Aug 2018 14:36:19 +0000 (22:36 +0800)
it's included by libcrc32 already

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt

index 06b3c15c37e75a0af734ae6c39d541c7ffb7dbfa..c4f33c0fcca0dbdf1fb8b1ff678f783c69ba15c5 100644 (file)
@@ -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()