as we need to check HAVE_ARMV8_CRC in src/CMakeLists.txt.
Signed-off-by: Kefu Chai <kchai@redhat.com>
${CMAKE_SOURCE_DIR}/src/test/encoding/ceph_dencoder.cc
APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/src/include/ceph_ver.h)
+include(SIMDExt)
if(HAVE_ARMV8_CRC)
add_library(common_crc_aarch64 STATIC common/crc32c_aarch64.c)
set_target_properties(common_crc_aarch64 PROPERTIES COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARM_CRC_FLAGS}")
include_directories(jerasure/gf-complete/include)
include_directories(jerasure)
-include(SIMDExt)
-
if(TRUE)
list(APPEND jerasure_flavors generic)
endif()
${BLKID_LIBRARIES} ${CMAKE_DL_LIBS})
#ceph_perf_local
-include(SIMDExt)
-
add_executable(ceph_perf_local
perf_local.cc
perf_helper.cc)