From da9f0733288fede60339781e8daad40f286b1979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Thu, 17 Oct 2024 11:02:18 +0200 Subject: [PATCH] LLAMA_BUILD_COMMON before FetchContent_MakeAvailable --- llama_cpp_vendor/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llama_cpp_vendor/CMakeLists.txt b/llama_cpp_vendor/CMakeLists.txt index fa63df70..9ec03bfb 100644 --- a/llama_cpp_vendor/CMakeLists.txt +++ b/llama_cpp_vendor/CMakeLists.txt @@ -13,10 +13,11 @@ FetchContent_Declare( GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git GIT_TAG b3933 ) -FetchContent_MakeAvailable(llama) option(LLAMA_BUILD_COMMON "llama: build common utils library" ON) +FetchContent_MakeAvailable(llama) + # ggml set_target_properties( ggml PROPERTIES