You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download protobuf dependency on ARM64 build host (#24847)
Windows on ARM support AMD64 emulation, so we can use win64 version of protoc.
Description
Compilation on ARM64 machine fails due to missing protoc dependency.
Motivation and Context
With this change we can compile onnxruntime on Windows on Arm devices without setting protobuf manually. CMake will download and setup protoc dependency.
0 commit comments