Merge pull request #23366 from tchaikov/wip-cmake-no-common-crc-aarch64

cmake: do not link against common_crc_aarch64

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Kefu Chai 2018-08-01 22:43:58 +08:00 committed by GitHub
commit e9749acc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,10 +439,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()