Fixed Android build (#17704)

* Fixed Android build

* Update thirdparty/dependencies.cmake
This commit is contained in:
Ilya Lavrenov
2023-05-27 15:02:03 +04:00
committed by GitHub
parent 6a562268d3
commit 72993e70c0
2 changed files with 4 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ ie_dependent_option (ENABLE_SYSTEM_TBB "Enables use of system TBB" ${ENABLE_SYS
ie_option (ENABLE_SYSTEM_PUGIXML "Enables use of system PugiXML" ${ENABLE_SYSTEM_PUGIXML_DEFAULT})
# the option is on by default, because we use only flatc compiler and don't use any libraries
ie_dependent_option(ENABLE_SYSTEM_FLATBUFFERS "Enables use of system flatbuffers" ON
"ENABLE_OV_TF_LITE_FRONTEND" OFF)
"ENABLE_OV_TF_LITE_FRONTEND;NOT ANDROID" OFF)
ie_dependent_option (ENABLE_SYSTEM_OPENCL "Enables use of system OpenCL" ${ENABLE_SYSTEM_LIBS_DEFAULT}
"ENABLE_INTEL_GPU" OFF)
# the option is turned off by default, because we compile our own static version of protobuf