diff --git a/CMakeLists.txt b/CMakeLists.txt index cb01a63..e9bd5f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ find_path(TCLAP_INCLUDE_DIRS "tclap/Arg.h") target_include_directories(hs5 PRIVATE ${TCLAP_INCLUDE_DIRS}) target_link_libraries(hs5 PRIVATE $,zstd::libzstd_shared,zstd::libzstd_static> Folly::folly Folly::folly_deps Folly::follybenchmark Folly::folly_test_util proxygen::proxygen proxygen::proxygencurl proxygen::proxygenhttpserver expat::expat unofficial-sodium::sodium SqliteCppGen::SqliteCppGen nlohmann_json::nlohmann_json fmt::fmt - $,duckdb,duckdb_static> ) + $,duckdb_static,duckdb>) target_compile_features(hs5 PUBLIC cxx_std_20) diff --git a/vcpkg.json b/vcpkg.json index ee509d2..3a0ed20 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -17,7 +17,7 @@ "tclap", { "name": "duckdb-custom", - "features": ["autocomplete", "excel", "httpfs", "icu", "json", "tpcds", "tpch","ui","ducklake"] + "features": ["autocomplete", "excel", "httpfs", "json", "tpcds", "tpch","ui","ducklake"] } ] }