We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8946858 commit 3775304Copy full SHA for 3775304
chsql/CMakeLists.txt
@@ -7,6 +7,10 @@ set(TARGET_NAME chsql)
7
8
project(${TARGET_NAME})
9
10
+if(DUCKDB_EXPLICIT_PLATFORM MATCHER "linux_arm64")
11
+ set(ARCH_FLAGS "-march=armv8-a")
12
+endif()
13
+
14
include(ExternalProject)
15
ExternalProject_Add(clickhouse_cpp_external
16
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../contribs/clickhouse-cpp
0 commit comments