Skip to content

Commit b1d23df

Browse files
committed
hotfix: Disable curl support
1 parent cb2edb9 commit b1d23df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ if (LLAMA_BUILD)
6262
# Enable building of the common library
6363
set(LLAMA_BUILD_COMMON ON CACHE BOOL "Build llama.cpp common library" FORCE)
6464

65+
# Disable building curl support
66+
set(LLAMA_CURL OFF CACHE BOOL "llama.cpp: enable curl" FORCE)
67+
6568
# Architecture detection and settings for Apple platforms
6669
if (APPLE)
6770
# Get the target architecture

0 commit comments

Comments
 (0)