summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58a1805b..425100ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)