From f6577b717416191e65ba8221be57f1a48d74e5d7 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:10:17 +0000 Subject: [PATCH] build, msvc: Update vcpkg manifest baseline The `"$comment"` field is positioned at the top, as it will be automatically placed there during any processing of this file by `vcpkg.exe`. --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 3285223b051..f7b15f9c685 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { + "$comment": "The builtin-baseline corresponds to 2024.09.30 Release", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2", + "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", "dependencies": [ "boost-date-time", "boost-multi-index",