Skip to content

Commit 375c20d

Browse files
author
lanmao
committed
Propagate CMake policy minimum to tflite dependencies
1 parent e58f733 commit 375c20d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/recipes/tflite-runtime/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def build_arch(self, arch):
8787
'ANDROID_ABI': arch.arch,
8888
'WRAPPER_INCLUDES': includes,
8989
'CMAKE_SHARED_LINKER_FLAGS': env['LDFLAGS'],
90+
'CMAKE_POLICY_VERSION_MINIMUM': '3.5',
9091
})
9192

9293
try:

0 commit comments

Comments
 (0)