mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Enable aarch64-darwin build
This commit is contained in:
parent
13804253dd
commit
f09c8c8a50
@ -1,9 +1,3 @@
|
||||
if((CMAKE_TOOLCHAIN_FILE MATCHES "darwin") AND (CMAKE_TOOLCHAIN_FILE MATCHES "toolchain-aarch64"))
|
||||
message(STATUS "BLAKE3 is currently not supported on aarch64-apple-darwin platform")
|
||||
set(ENABLE_BLAKE3 0)
|
||||
set(USE_BLAKE3 0)
|
||||
endif()
|
||||
|
||||
include(build_rust_lib.cmake)
|
||||
|
||||
build_cargo(blake3 ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
Loading…
Reference in New Issue
Block a user