From c7e450d9d34cc3b3056e82577aa99b8a278d2756 Mon Sep 17 00:00:00 2001 From: James Harrison <00jamesh@gmail.com> Date: Wed, 16 Oct 2024 10:52:11 +0100 Subject: [PATCH] Add back missing boost deps --- vcpkg.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index ceaf30c..38f1a70 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,10 @@ "name": "fmt", "version>=": "6.1.2" }, + { + "name": "boost-algorithm", + "version>=": "1.85.0" + }, { "name": "boost-filesystem", "version>=": "1.85.0" @@ -12,10 +16,18 @@ "name": "boost-iostreams", "version>=": "1.85.0" }, + { + "name": "boost-interprocess", + "version>=": "1.85.0" + }, { "name": "boost-program-options", "version>=": "1.85.0" }, + { + "name": "boost-variant", + "version>=": "1.85.0" + }, { "name": "nlohmann-json", "version>=": "3.9.1" @@ -42,6 +54,10 @@ "name": "fmt", "version": "6.1.2" }, + { + "name": "boost-algorithm", + "version": "1.85.0#1" + }, { "name": "boost-filesystem", "version": "1.85.0#2" @@ -50,10 +66,18 @@ "name": "boost-iostreams", "version": "1.85.0#1" }, + { + "name": "boost-interprocess", + "version": "1.85.0#1" + }, { "name": "boost-program-options", "version": "1.85.0#2" }, + { + "name": "boost-variant", + "version": "1.85.0#1" + }, { "name": "nlohmann-json", "version": "3.9.1"