From d5b1769a2e101807d7b08218c6db8bbb8bc407bc Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Tue, 18 Jun 2024 07:10:52 -0500 Subject: [PATCH] update vcpkg baseline to 2024.06.15 --- overlay | 2 +- vcpkg-configuration.json | 5 ++--- vcpkg.json | 3 ++- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/overlay b/overlay index 5df5a34..d84bea0 160000 --- a/overlay +++ b/overlay @@ -1 +1 @@ -Subproject commit 5df5a34ed3cfbca0bf43c24df555cb75bbf8df3b +Subproject commit d84bea05d209a7d740f4f33e634e04dc3b15b909 diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 7b4948b..75ad3c6 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -2,15 +2,14 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "11ed79186fe850bd3a98cfbf1854514d2b3070a2" + "baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625" }, "registries": [ { "kind": "git", "repository": "https://github.com/Open-Transactions/vcpkg-registry", - "baseline": "eddf13fee1813c50542a5665e103ed144d451db2", + "baseline": "d84bea05d209a7d740f4f33e634e04dc3b15b909", "packages": [ - "libsodium", "otcommon" ] } diff --git a/vcpkg.json b/vcpkg.json index a1cbd00..3f79a44 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "opentxs-dependency-builder", - "builtin-baseline": "8ccb84df727bdf83045e53c319af05c554838b80", + "builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625", "version": "1", "dependencies": [ "boost-algorithm", @@ -25,6 +25,7 @@ "boost-move", "boost-multiprecision", "boost-program-options", + "boost-scope", "boost-smart-ptr", "boost-stacktrace", "boost-system",