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 a7b3ca3 commit 1b278eeCopy full SHA for 1b278ee
chsql/CMakeLists.txt
@@ -19,9 +19,6 @@ include_directories(
19
../duckdb/third_party/thrift
20
../duckdb/third_party/snappy
21
../duckdb/third_party/zstd/include
22
-if(!APPLE)
23
- ../duckdb/third_party/mbedtls
24
-endif()
25
../duckdb/third_party/mbedtls/include
26
../duckdb/third_party/brotli/include)
27
set(EXTENSION_SOURCES src/chsql_extension.cpp src/duck_flock.cpp src/chsql_system.cpp src/parquet_types.cpp)
0 commit comments