mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:51:47 +08:00
14 lines
490 B
Diff
14 lines
490 B
Diff
diff --git a/thirdparty/dependencies.cmake b/thirdparty/dependencies.cmake
|
|
index e815baa..c0ccaaa 100644
|
|
--- a/thirdparty/dependencies.cmake
|
|
+++ b/thirdparty/dependencies.cmake
|
|
@@ -580,7 +580,7 @@ endif()
|
|
#
|
|
|
|
if(ENABLE_OV_ONNX_FRONTEND)
|
|
- find_package(ONNX 1.13.1 EXACT QUIET COMPONENTS onnx onnx_proto NO_MODULE)
|
|
+ find_package(ONNX 1.13.1 QUIET COMPONENTS onnx onnx_proto NO_MODULE)
|
|
|
|
if(ONNX_FOUND)
|
|
# conan and vcpkg create imported targets 'onnx' and 'onnx_proto'
|