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)