Skip to content

Commit

Permalink
Update vcpkg.json - lock flatbuffer version (#23046)
Browse files Browse the repository at this point in the history
### 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.` 
#22666
  • Loading branch information
mc-nv authored Dec 10, 2024
1 parent 5f7b9d0 commit bf4d3e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
"platform": "windows"
}
],
"overrides": [
{
"name": "flatbuffers",
"version": "23.5.26"
}
],
"features": {
"tests": {
"description": "Build ONNXRuntime unit tests",
Expand Down

0 comments on commit bf4d3e1

Please sign in to comment.