Skip to content

Commit fa0b4ad

Browse files
committed
cmake : remove obsolete ANDROID check
1 parent d6e1d44 commit fa0b4ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ else()
4343
set(LLAMA_METAL_DEFAULT OFF)
4444
endif()
4545

46-
if (CMAKE_SYSTEM_NAME MATCHES "ANDROID")
47-
set(LLAMA_LLAMAFILE_DEFAULT OFF)
48-
else()
49-
set(LLAMA_LLAMAFILE_DEFAULT ON)
50-
endif()
51-
5246
# general
5347
option(BUILD_SHARED_LIBS "build shared libraries" OFF)
5448
option(LLAMA_STATIC "llama: static link libraries" OFF)

0 commit comments

Comments
 (0)