mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:28:59 +08:00
5a90d5c436
* [openvino] added patch to fix default option value * updated versions files
14 lines
610 B
Diff
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
|