rust-secp256k1-unsafe-fast/secp256k1-sys/depend/secp256k1/cmake/CheckArm32Assembly.cmake

7 lines
176 B
CMake
Raw Normal View History

2023-09-27 18:37:09 +00:00
function(check_arm32_assembly)
try_compile(HAVE_ARM32_ASM
${CMAKE_BINARY_DIR}/check_arm32_assembly
SOURCES ${CMAKE_SOURCE_DIR}/cmake/source_arm32.s
)
endfunction()