Skip to content

Commit 92ce5f7

Browse files
authored
comment out mbedtls
1 parent 538cd6f commit 92ce5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chsql/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include_directories(
1919
../duckdb/third_party/thrift
2020
../duckdb/third_party/snappy
2121
../duckdb/third_party/zstd/include
22-
../duckdb/third_party/mbedtls/include
22+
# ../duckdb/third_party/mbedtls/include
2323
../duckdb/third_party/brotli/include)
2424
set(EXTENSION_SOURCES src/chsql_extension.cpp src/duck_flock.cpp src/chsql_system.cpp src/parquet_types.cpp)
2525
build_static_extension(${TARGET_NAME} ${EXTENSION_SOURCES})

0 commit comments

Comments
 (0)