Try to use system flatbuffers on Android (#17954)
This commit is contained in:
@@ -165,6 +165,7 @@ jobs:
|
||||
-DENABLE_SYSTEM_PUGIXML=ON
|
||||
-DENABLE_SYSTEM_SNAPPY=ON
|
||||
-DENABLE_SYSTEM_TBB=ON
|
||||
-DENABLE_SYSTEM_FLATBUFFERS=ON
|
||||
-DENABLE_INTEL_GPU=ON
|
||||
-DENABLE_TESTS=ON
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
||||
|
||||
@@ -164,7 +164,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;NOT ANDROID" OFF)
|
||||
"ENABLE_OV_TF_LITE_FRONTEND" 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
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"name": "tbb",
|
||||
"platform": "static | osx",
|
||||
"version>=": "2021.9.0#1"
|
||||
"version>=": "2021.9.0#2"
|
||||
},
|
||||
{
|
||||
"name": "tbb",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"$TODO": "Remove condition for static once static tbbbind can work in oneTBB",
|
||||
"platform": "!static & !osx",
|
||||
"version>=": "2021.9.0#1"
|
||||
"version>=": "2021.9.0#2"
|
||||
},
|
||||
{
|
||||
"name": "xbyak",
|
||||
|
||||
Reference in New Issue
Block a user