]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: do not link against common_crc_aarch64 23300/head
authorKefu Chai <kchai@redhat.com>
Sat, 28 Jul 2018 03:58:27 +0000 (11:58 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 29 Jul 2018 12:25:32 +0000 (20:25 +0800)
it's included by libcrc32 already

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

index 292b0d9404b3c1c4eb730d8c700f73f9696ca32b..002de03aed36fb37d24110d4fc19dfb980dd9b71 100644 (file)
@@ -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()