From d0294ea1cb34a66c2eb9b65961d1707e7fcd739e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Thu, 28 Nov 2024 15:22:32 +0100 Subject: [PATCH] removig wrong option for CURL --- llama_cpp_vendor/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_cpp_vendor/CMakeLists.txt b/llama_cpp_vendor/CMakeLists.txt index fac5583..ae1b255 100644 --- a/llama_cpp_vendor/CMakeLists.txt +++ b/llama_cpp_vendor/CMakeLists.txt @@ -15,7 +15,6 @@ FetchContent_Declare( ) option(LLAMA_BUILD_COMMON "llama: build common utils library" ON) -option(LLAMA_CURL "llama: use libcurl to download model from an URL" ON) FetchContent_MakeAvailable(llama)