Skip to content

Commit

Permalink
cmake : remove obsolete ANDROID check
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Apr 25, 2024
1 parent d6e1d44 commit fa0b4ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ else()
set(LLAMA_METAL_DEFAULT OFF)
endif()

if (CMAKE_SYSTEM_NAME MATCHES "ANDROID")
set(LLAMA_LLAMAFILE_DEFAULT OFF)
else()
set(LLAMA_LLAMAFILE_DEFAULT ON)
endif()

# general
option(BUILD_SHARED_LIBS "build shared libraries" OFF)
option(LLAMA_STATIC "llama: static link libraries" OFF)
Expand Down

0 comments on commit fa0b4ad

Please sign in to comment.