We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af0862 commit 38162b9Copy full SHA for 38162b9
apps/hannk/tflite/CMakeLists.txt
@@ -20,6 +20,9 @@ set(FLATBUFFERS_BUILD_FLATC OFF)
20
# Enable this to see details about downloading -- useful for debugging
21
# set(FETCHCONTENT_QUIET NO)
22
23
+# tflite includes neon2sse transitively, but it's pinned to an old version
24
+# that declares a minimum CMake version of 3.0. We override it here to a
25
+# new enough version that CMake 4+ won't refuse to build it.
26
FetchContent_Declare(
27
neon2sse
28
GIT_REPOSITORY https://github.com/intel/ARM_NEON_2_x86_SSE
0 commit comments