Skip to content
Snippets Groups Projects
Commit 3300e0d0 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

WIP: Fixing abseil compilation errors on gcc13 with vcpkg

parent 3e6b74ce
Branches
Tags
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Checking pipeline status
...@@ -5,13 +5,18 @@ ...@@ -5,13 +5,18 @@
"description": "C++ library for the CaosDB project", "description": "C++ library for the CaosDB project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": [ "dependencies": [
"boost", "boost-beast",
"boost-filesystem",
"boost-json",
"boost-log",
"boost-smart-ptr",
"boost-thread",
"grpc", "grpc",
"protobuf", "protobuf",
"zlib", "zlib",
"gtest" "gtest"
], ],
"builtin-baseline": "76d4836f3b1e027758044fdbdde91256b0f0955d", "builtin-baseline": "726f9202943e5743bef917d40810702a61e2d44c",
"overrides": [ "overrides": [
{ {
"name": "boost", "name": "boost",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment