From 49ced23ba80fedeed8da0d859c083905b5c7b3ea Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Fri, 13 Oct 2023 17:03:57 +0000 Subject: [PATCH] Reduce the boost dependencies in vcpkg --- vcpkg.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index f4316151fd..bfe1e46475 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,7 +4,17 @@ "version": "7.0", "license": "GPL-2.0+", "dependencies": [ - "boost", + "boost-algorithm", + "boost-filesystem", + "boost-functional", + "boost-iterator", + "boost-locale", + "boost-optional", + "boost-property-tree", + "boost-ptr-container", + "boost-range", + "boost-test", + "boost-uuid", "cairo", "wxwidgets", "glew",