vcpkg/ports/openvino/002-typo-in-default-option-value.patch
Ilya Lavrenov 5a90d5c436
[openvino] ported patch for default option value (#32082)
* [openvino] added patch to fix default option value

* updated versions files
2023-06-21 21:16:32 -07:00

14 lines
610 B
Diff

diff --git a/cmake/features.cmake b/cmake/features.cmake
index fc7a07252e..546fc72193 100644
--- a/cmake/features.cmake
+++ b/cmake/features.cmake
@@ -126,7 +126,7 @@ ie_option(ENABLE_OV_IR_FRONTEND "Enable IR FrontEnd" ON)
ie_option(ENABLE_OV_TF_FRONTEND "Enable TensorFlow FrontEnd" ON)
ie_option(ENABLE_OV_TF_LITE_FRONTEND "Enable TensorFlow Lite FrontEnd" ON)
ie_dependent_option(ENABLE_SNAPPY_COMPRESSION "Enables compression support for TF FE" ON
- "ENABLE_OV_TF_FRONTEND" ON)
+ "ENABLE_OV_TF_FRONTEND" OFF)
if(CMAKE_HOST_LINUX AND LINUX)
# Debian packages are enabled on Ubuntu systems