mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
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:
commit
e9749acc1e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user