From 3300e0d094f06b7563fad063e1bdb5da1d5b3dc0 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Tue, 13 Aug 2024 23:54:01 +0200 Subject: [PATCH] WIP: Fixing abseil compilation errors on gcc13 with vcpkg --- vcpkg.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 5ab6b7d..b86f0c8 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,13 +5,18 @@ "description": "C++ library for the CaosDB project", "license": "AGPL-3.0-or-later", "dependencies": [ - "boost", + "boost-beast", + "boost-filesystem", + "boost-json", + "boost-log", + "boost-smart-ptr", + "boost-thread", "grpc", "protobuf", "zlib", "gtest" ], - "builtin-baseline": "76d4836f3b1e027758044fdbdde91256b0f0955d", + "builtin-baseline": "726f9202943e5743bef917d40810702a61e2d44c", "overrides": [ { "name": "boost", -- GitLab