From f9861ddde5f55135a74c55a5a10caa133c6f594e Mon Sep 17 00:00:00 2001 From: yperbasis Date: Fri, 28 Jun 2024 09:07:28 +0200 Subject: [PATCH 1/2] capi: depend on silkworm_db rather than silkworm_node --- silkworm/capi/CMakeLists.txt | 2 +- third_party/picohttpparser/picohttpparser | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 third_party/picohttpparser/picohttpparser diff --git a/silkworm/capi/CMakeLists.txt b/silkworm/capi/CMakeLists.txt index 49db0dd0b4..a9b7b7fcde 100644 --- a/silkworm/capi/CMakeLists.txt +++ b/silkworm/capi/CMakeLists.txt @@ -25,7 +25,7 @@ set(PRIVATE_LIBS glaze::glaze Microsoft.GSL::GSL silkworm_core - silkworm_node + silkworm_db silkworm_sentry silkworm_rpcdaemon ) diff --git a/third_party/picohttpparser/picohttpparser b/third_party/picohttpparser/picohttpparser new file mode 160000 index 0000000000..066d2b1e9a --- /dev/null +++ b/third_party/picohttpparser/picohttpparser @@ -0,0 +1 @@ +Subproject commit 066d2b1e9ab820703db0837a7255d92d30f0c9f5 From bd67f775ece6dd084d75dd24b5de1b31f2935ebe Mon Sep 17 00:00:00 2001 From: yperbasis Date: Fri, 28 Jun 2024 09:09:15 +0200 Subject: [PATCH 2/2] remove picohttpparser --- third_party/picohttpparser/picohttpparser | 1 - 1 file changed, 1 deletion(-) delete mode 160000 third_party/picohttpparser/picohttpparser diff --git a/third_party/picohttpparser/picohttpparser b/third_party/picohttpparser/picohttpparser deleted file mode 160000 index 066d2b1e9a..0000000000 --- a/third_party/picohttpparser/picohttpparser +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 066d2b1e9ab820703db0837a7255d92d30f0c9f5