Skip to content

Commit 3ac3ba8

Browse files
committed
Remove legacy LOAD_TESTS
1 parent 7c32be1 commit 3ac3ba8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

extension_config.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
# This file is included by DuckDB's build system. It specifies which extension to load
22

33
################# 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-
114
duckdb_extension_load(json)
125
duckdb_extension_load(parquet)
136

147
duckdb_extension_load(httpfs
158
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
169
INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/extension/httpfs/include
17-
${LOAD_HTTPFS_TESTS}
1810
)

0 commit comments

Comments
 (0)