Skip to content

Commit 38162b9

Browse files
committed
Comment neon2sse hack in hannk
1 parent 9af0862 commit 38162b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/hannk/tflite/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ set(FLATBUFFERS_BUILD_FLATC OFF)
2020
# Enable this to see details about downloading -- useful for debugging
2121
# set(FETCHCONTENT_QUIET NO)
2222

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.
2326
FetchContent_Declare(
2427
neon2sse
2528
GIT_REPOSITORY https://github.com/intel/ARM_NEON_2_x86_SSE

0 commit comments

Comments
 (0)