mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
* Enable windows support for ngraph ep * Slight rewording of building for windows * Streamline build of ngraph ep, disable C# bindings build
14 lines
491 B
Diff
14 lines
491 B
Diff
diff --git a/cmake/external_protobuf.cmake b/cmake/external_protobuf.cmake
|
|
index 32217f5d..f6de5e76 100644
|
|
--- a/cmake/external_protobuf.cmake
|
|
+++ b/cmake/external_protobuf.cmake
|
|
@@ -23,7 +23,7 @@ include(ExternalProject)
|
|
|
|
# This version of PROTOBUF is required by Microsoft ONNX Runtime.
|
|
set(NGRAPH_PROTOBUF_GIT_REPO_URL "https://github.com/protocolbuffers/protobuf")
|
|
-set(NGRAPH_PROTOBUF_GIT_TAG "v3.5.2")
|
|
+set(NGRAPH_PROTOBUF_GIT_TAG "v3.6.1")
|
|
|
|
if (WIN32)
|
|
ExternalProject_Add(
|
|
|