We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689817d commit 8d8a700Copy full SHA for 8d8a700
cmake/vcpkg-ports/onnx/binskim.patch
@@ -1,5 +1,5 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index 4a7df7d71..8462e3293 100644
+index 4a7df7d71..022cf92aa 100644
3
--- a/CMakeLists.txt
4
+++ b/CMakeLists.txt
5
@@ -52,6 +52,7 @@ option(ONNX_USE_LITE_PROTO "Use lite protobuf instead of full." OFF)
@@ -41,7 +41,7 @@ index 4a7df7d71..8462e3293 100644
41
+ "${ONNX_ROOT}/onnx/backend/test/cpp/*.cc"
42
+ "${ONNX_ROOT}/onnx/backend/test/cpp/*.h")
43
+ list(REMOVE_ITEM __tmp_srcs "${ONNX_ROOT}/onnx/cpp2py_export.cc")
44
-+ list(REMOVE_ITEM __tmp_srcs ${onnx_gtests_src})
++ list(REMOVE_ITEM __tmp_srcs ${onnx_gtests_src} "${ONNX_ROOT}/onnx/test/cmake/main.cc")
45
+ list(APPEND ONNX_SRCS ${__tmp_srcs})
46
+endif()
47
0 commit comments