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 7c32be1 commit 3ac3ba8Copy full SHA for 3ac3ba8
extension_config.cmake
@@ -1,18 +1,10 @@
1
# This file is included by DuckDB's build system. It specifies which extension to load
2
3
################# HTTPFS
4
-# Windows MinGW tests for httpfs currently not working
5
-if (NOT MINGW)
6
- set(LOAD_HTTPFS_TESTS "LOAD_TESTS")
7
-else ()
8
- set(LOAD_HTTPFS_TESTS "")
9
-endif()
10
-
11
duckdb_extension_load(json)
12
duckdb_extension_load(parquet)
13
14
duckdb_extension_load(httpfs
15
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
16
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/extension/httpfs/include
17
- ${LOAD_HTTPFS_TESTS}
18
)
0 commit comments