From bf4d3e1a5b310ffecd97c4babfc0e35a3045f83a Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:23:01 -0800 Subject: [PATCH] Update vcpkg.json - lock flatbuffer version (#23046) ### Description Locking version introduced in: https://github.com/microsoft/onnxruntime/blob/03ea5dc495bfb48977d23705fa7cf184866a9f7f/onnxruntime/core/flatbuffers/schema/ort_training_checkpoint.fbs.h#L11-L13 ### Motivation and Context Resolve issue for version `>=1.20.` https://github.com/microsoft/onnxruntime/issues/22666 --- cmake/vcpkg.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmake/vcpkg.json b/cmake/vcpkg.json index 159b8654c1..fcb2c7d5de 100644 --- a/cmake/vcpkg.json +++ b/cmake/vcpkg.json @@ -66,6 +66,12 @@ "platform": "windows" } ], + "overrides": [ + { + "name": "flatbuffers", + "version": "23.5.26" + } + ], "features": { "tests": { "description": "Build ONNXRuntime unit tests",